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
This commit is contained in:
Liu.andrew.x@gmail.com 2015-07-27 18:04:54 +00:00
parent 0b7c158932
commit 4959c18e98

View file

@ -180,7 +180,7 @@ class ProcessState {
// The exploitability rating as determined by the exploitability // The exploitability rating as determined by the exploitability
// engine. When the exploitability engine is not enabled this // engine. When the exploitability engine is not enabled this
// defaults to EXPLOITABILITY_NONE. // defaults to EXPLOITABILITY_NOT_ANALYZED.
ExploitabilityRating exploitability_; ExploitabilityRating exploitability_;
}; };