| Index: chrome/common/safe_browsing/csd.proto
|
| diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
|
| index aa9a95050bd6ca757bcec689e9f86be566ff1142..c1c953306406140aa5502e7ded8ac3be363d1b39 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/chrome/common/safe_browsing/csd.proto
|
| @@ -351,8 +351,13 @@ message ClientIncidentReport {
|
| repeated string split_key = 3;
|
| optional ValueState value_state = 4;
|
| }
|
| + message BinaryIntegrityIncident {
|
| + optional string file_basename = 1;
|
| + optional ClientDownloadRequest.SignatureInfo signature = 2;
|
| + }
|
| optional int64 incident_time_msec = 1;
|
| optional TrackedPreferenceIncident tracked_preference = 2;
|
| + optional BinaryIntegrityIncident binary_integrity = 3;
|
| }
|
|
|
| repeated IncidentData incident = 1;
|
|
|