| Index: chrome/common/safe_browsing/csd.proto
|
| diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
|
| index 605f234fe56b5ddc9ebb6fe28dca98a60c11519d..005b995f4f80e1c9e67fd36d78a951f088933a3b 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 = 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;
|
|
|