Chromium Code Reviews| Index: chrome/common/safe_browsing/csd.proto |
| diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto |
| index b198718f3971404e7b84f4cd270f0d93c137b432..5243dc9bf1a306670462f08eb89d6b38f423cac4 100644 |
| --- a/chrome/common/safe_browsing/csd.proto |
| +++ b/chrome/common/safe_browsing/csd.proto |
| @@ -245,7 +245,8 @@ message ClientDownloadRequest { |
| ANDROID_APK = 2; // .apk files. |
| // .zip files containing one of the other executable types. |
| ZIPPED_EXECUTABLE = 3; |
| - MAC_EXECUTABLE = 4; // .dmg, .pkg, etc. |
| + MAC_EXECUTABLE = 4; // .dmg, .pkg, etc. |
| + ZIPPED_ARCHIVE = 5; // .zip file containing another archive. |
|
palmer
2015/07/31 22:48:18
|NESTED_ARCHIVE| is more explanatory, IMO.
asanka
2015/08/02 03:43:32
We are currently looking just at zip files, but I
|
| } |
| optional DownloadType download_type = 10 [default = WIN_EXECUTABLE]; |