From 4959c18e988d8c804b5a523ac0b5018fc8c79f0c Mon Sep 17 00:00:00 2001 From: "Liu.andrew.x@gmail.com" Date: Mon, 27 Jul 2015 18:04:54 +0000 Subject: Fix incorrect comment. The exploitability rating for a dump is EXPLOITABILITY_NOT_ANALYZED if the exploitability engine in not enabled, not EXPLOITABILITY_NONE. R=ivanpe@chromium.org Review URL: https://codereview.chromium.org/1254333002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1475 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/google_breakpad/processor/process_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google_breakpad/processor') diff --git a/src/google_breakpad/processor/process_state.h b/src/google_breakpad/processor/process_state.h index ac3b6039..728656f2 100644 --- a/src/google_breakpad/processor/process_state.h +++ b/src/google_breakpad/processor/process_state.h @@ -180,7 +180,7 @@ class ProcessState { // The exploitability rating as determined by the exploitability // engine. When the exploitability engine is not enabled this - // defaults to EXPLOITABILITY_NONE. + // defaults to EXPLOITABILITY_NOT_ANALYZED. ExploitabilityRating exploitability_; }; -- cgit v1.2.1