| Index: chrome/common/safe_browsing/csd.proto
|
| diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
|
| index c1c953306406140aa5502e7ded8ac3be363d1b39..cfec33bfb1fdde4aaa802454b135f43b4effb42c 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/chrome/common/safe_browsing/csd.proto
|
| @@ -355,9 +355,15 @@ message ClientIncidentReport {
|
| optional string file_basename = 1;
|
| optional ClientDownloadRequest.SignatureInfo signature = 2;
|
| }
|
| + message BlacklistLoadIncident {
|
| + optional string path = 1;
|
| + optional ClientDownloadRequest.Digests digest = 2;
|
| + optional string version = 3;
|
| + }
|
| optional int64 incident_time_msec = 1;
|
| optional TrackedPreferenceIncident tracked_preference = 2;
|
| optional BinaryIntegrityIncident binary_integrity = 3;
|
| + optional BlacklistLoadIncident blacklist_load = 4;
|
| }
|
|
|
| repeated IncidentData incident = 1;
|
|
|