| Index: chrome/common/safe_browsing/csd.proto
|
| diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
|
| index e8fbc8096cdb9acbe1d931d7aa051cb46a006051..853b164e744e3c718c3f7f9e9225ed0887028c81 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/chrome/common/safe_browsing/csd.proto
|
| @@ -168,6 +168,8 @@ message ClientDownloadRequest {
|
| WIN_EXECUTABLE = 0; // Currently all .exe, .cab and .msi files.
|
| CHROME_EXTENSION = 1; // .crx files.
|
| ANDROID_APK = 2; // .apk files.
|
| + // .zip files containing one of the above executable types.
|
| + ZIPPED_EXECUTABLE = 3;
|
| }
|
| optional DownloadType download_type = 10 [default = WIN_EXECUTABLE];
|
| }
|
|
|