| Index: chrome/common/safe_browsing/csd.proto
|
| diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
|
| index e51a6d161a4961a14444281b9bf2076510cb35ae..3864ead37ac0dde4bc700d33322d5d0a5f07e04b 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/chrome/common/safe_browsing/csd.proto
|
| @@ -365,11 +365,15 @@ message ClientIncidentReport {
|
| message OmniboxInteractionIncident {
|
| optional string origin = 1;
|
| }
|
| + message VariationsSeedSignatureIncident {
|
| + optional string variations_seed_signature = 1;
|
| + }
|
| optional int64 incident_time_msec = 1;
|
| optional TrackedPreferenceIncident tracked_preference = 2;
|
| optional BinaryIntegrityIncident binary_integrity = 3;
|
| optional BlacklistLoadIncident blacklist_load = 4;
|
| optional OmniboxInteractionIncident omnibox_interaction = 5;
|
| + optional VariationsSeedSignatureIncident variations_seed_signature = 6;
|
| }
|
|
|
| repeated IncidentData incident = 1;
|
|
|