| 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 945d960e6df5e81b12b8c47068a56705e4ab53d9..2c4f5b715286a6fcfe01be034dd56ec930beb2d1 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,
|
| SCRIPT_REQUEST = 6,
|
| + DOMAIN_REQUEST = 7,
|
| // Values for new incident types go here.
|
| - NUM_TYPES = 7
|
| + NUM_TYPES = 8
|
| };
|
|
|
| // An abstract incident. Subclasses provide type-specific functionality to
|
|
|