| Index: chrome/common/safe_browsing/csd.proto
|
| diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
|
| index cfcd4d44e257306888e2d6a5ee30392d43ffe4e8..afc177aedeafb03817ea2ddf98ee97c5775b9b92 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/chrome/common/safe_browsing/csd.proto
|
| @@ -468,6 +468,9 @@ message ClientDownloadResponse {
|
|
|
| // An arbitrary token that should be sent along for further server requests.
|
| optional bytes token = 3;
|
| +
|
| + // Whether the server requests that this binary be uploaded.
|
| + optional bool upload = 5;
|
| }
|
|
|
| // The following protocol buffer holds the feedback report gathered
|
|
|