| 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..6508e59b192ae1a2128a65975ce0d4f9a30c15d3 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/chrome/common/safe_browsing/csd.proto
|
| @@ -246,6 +246,7 @@ message ClientDownloadRequest {
|
| // .zip files containing one of the other executable types.
|
| ZIPPED_EXECUTABLE = 3;
|
| MAC_EXECUTABLE = 4; // .dmg, .pkg, etc.
|
| + ZIPPED_ARCHIVE = 5; // .zip file containing another archive.
|
| }
|
| optional DownloadType download_type = 10 [default = WIN_EXECUTABLE];
|
|
|
|
|