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

Unified Diff: chrome/browser/safe_browsing/database_manager.cc

Issue 835523002: Add support for goog-csdinclusionwhite-sha256 in SafeBrowsingDatabase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@##python_fix
Patch Set: fix typo Created 5 years, 11 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/browser/safe_browsing/database_manager.cc
diff --git a/chrome/browser/safe_browsing/database_manager.cc b/chrome/browser/safe_browsing/database_manager.cc
index fc599466563f8e4a094eb9e4c1f00e65c76f9ff6..e6eb8156727a6a2578da98bd18784938b4cc42e6 100644
--- a/chrome/browser/safe_browsing/database_manager.cc
+++ b/chrome/browser/safe_browsing/database_manager.cc
@@ -88,6 +88,7 @@ safe_browsing_util::ListType GetHashSeverestThreatListType(
case safe_browsing_util::BINURL: // Falls through.
case safe_browsing_util::CSDWHITELIST: // Falls through.
case safe_browsing_util::DOWNLOADWHITELIST: // Falls through.
+ case safe_browsing_util::INCLUSIONWHITELIST: // Falls through.
case safe_browsing_util::EXTENSIONBLACKLIST: // Falls through.
case safe_browsing_util::SIDEEFFECTFREEWHITELIST: // Falls through.
case safe_browsing_util::IPBLACKLIST:
@@ -133,6 +134,7 @@ safe_browsing_util::ListType GetUrlSeverestThreatListType(
case safe_browsing_util::BINURL: // Falls through.
case safe_browsing_util::CSDWHITELIST: // Falls through.
case safe_browsing_util::DOWNLOADWHITELIST: // Falls through.
+ case safe_browsing_util::INCLUSIONWHITELIST: // Falls through.
case safe_browsing_util::EXTENSIONBLACKLIST: // Falls through.
case safe_browsing_util::SIDEEFFECTFREEWHITELIST: // Falls through.
case safe_browsing_util::IPBLACKLIST:

Powered by Google App Engine
This is Rietveld 408576698