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

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

Issue 1262753002: [SafeBrowsing] Send pings for Zip files that contain other archives. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « chrome/common/chrome_utility_messages.h ('k') | chrome/common/safe_browsing/download_protection_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
}
optional DownloadType download_type = 10 [default = WIN_EXECUTABLE];
« no previous file with comments | « chrome/common/chrome_utility_messages.h ('k') | chrome/common/safe_browsing/download_protection_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698