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

Unified Diff: components/safe_browsing_db/v4_protocol_manager_util.h

Issue 2012553002: s/BINARY_DIGEST/EXECUTABLE in safebrowsing.proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@URLEXP2URL
Patch Set: git fetch && git pull && gclient sync Created 4 years, 7 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: components/safe_browsing_db/v4_protocol_manager_util.h
diff --git a/components/safe_browsing_db/v4_protocol_manager_util.h b/components/safe_browsing_db/v4_protocol_manager_util.h
index 0d552675498ea4733a4f6faf1df243518bb29bd4..9c051fb49ef2db974f2931841f5a7fd2b3e402ed 100644
--- a/components/safe_browsing_db/v4_protocol_manager_util.h
+++ b/components/safe_browsing_db/v4_protocol_manager_util.h
@@ -40,7 +40,7 @@ struct V4ProtocolConfig {
// interested in maintaining and downloading from the SafeBrowsing servers.
// For example, for digests of Malware binaries on Windows:
// platform_type = WINDOWS,
-// threat_entry_type = BINARY_DIGEST,
+// threat_entry_type = EXECUTABLE,
// threat_type = MALWARE
struct UpdateListIdentifier {
PlatformType platform_type;

Powered by Google App Engine
This is Rietveld 408576698