| 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..67757922ddaa0bebaaaa4498b01818a73ea60a53 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/chrome/common/safe_browsing/csd.proto
|
| @@ -215,9 +215,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 other executable types.
|
| + // .zip files containing one of the above executable types.
|
| ZIPPED_EXECUTABLE = 3;
|
| - MAC_EXECUTABLE = 4; // .dmg, .pkg, etc.
|
| }
|
| optional DownloadType download_type = 10 [default = WIN_EXECUTABLE];
|
|
|
|
|