| Index: chrome/common/safe_browsing/csd.proto
|
| diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
|
| index ca77f3b91ef5c8e59ede8c7f8a0751e7231c9ec0..1404bbb6c8d5f361991b23bcb2e37af889fe9cfc 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/chrome/common/safe_browsing/csd.proto
|
| @@ -451,3 +451,9 @@ message ClientIncidentResponse {
|
|
|
| repeated EnvironmentRequest environment_requests = 3;
|
| }
|
| +
|
| +message DownloadMetadata {
|
| + optional uint32 download_id = 1;
|
| +
|
| + optional ClientIncidentReport.DownloadDetails download = 2;
|
| +}
|
|
|