Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2270)

Unified Diff: chrome/common/safe_browsing/csd.proto

Issue 512513002: Safebrowsing: send enhanced download protection pings on OSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: always return false for IsSupportedDownload Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/safe_browsing/csd.proto
diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
index 67757922ddaa0bebaaaa4498b01818a73ea60a53..ca77f3b91ef5c8e59ede8c7f8a0751e7231c9ec0 100644
--- a/chrome/common/safe_browsing/csd.proto
+++ b/chrome/common/safe_browsing/csd.proto
@@ -215,8 +215,9 @@ 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.
+ // .zip files containing one of the other executable types.
ZIPPED_EXECUTABLE = 3;
+ MAC_EXECUTABLE = 4; // .dmg, .pkg, etc.
}
optional DownloadType download_type = 10 [default = WIN_EXECUTABLE];

Powered by Google App Engine
This is Rietveld 408576698