| Index: chrome/browser/safe_browsing/incident_reporting/incident.h
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/incident.h b/chrome/browser/safe_browsing/incident_reporting/incident.h
|
| index 2fa84c9cfb8bf8fef20a249baaae7c2b50c50518..315810745dc79d7745283e594bc5210ac9f9b99b 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/incident.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/incident.h
|
| @@ -27,8 +27,9 @@ enum class IncidentType : int32_t {
|
| OMNIBOX_INTERACTION = 4,
|
| VARIATIONS_SEED_SIGNATURE = 5,
|
| RESOURCE_REQUEST = 6,
|
| + SUSPICIOUS_MODULE = 7,
|
| // Values for new incident types go here.
|
| - NUM_TYPES = 7
|
| + NUM_TYPES = 8
|
| };
|
|
|
| // An abstract incident. Subclasses provide type-specific functionality to
|
|
|