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

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 tests post merge 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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698