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

Unified Diff: components/safe_browsing_db/remote_database_manager.cc

Issue 1970823002: Remove the unused OffDomainInclusionDetector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove whole whitelist 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/remote_database_manager.cc
diff --git a/components/safe_browsing_db/remote_database_manager.cc b/components/safe_browsing_db/remote_database_manager.cc
index eb476b73474ad28fa18c133e9797e331a91e13f4..472cffc8d09abeea78809f6f12195b948e13a92f 100644
--- a/components/safe_browsing_db/remote_database_manager.cc
+++ b/components/safe_browsing_db/remote_database_manager.cc
@@ -207,12 +207,6 @@ bool RemoteSafeBrowsingDatabaseManager::MatchDownloadWhitelistString(
return true;
}
-bool RemoteSafeBrowsingDatabaseManager::MatchInclusionWhitelistUrl(
- const GURL& url) {
- NOTREACHED();
- return true;
-}
-
bool RemoteSafeBrowsingDatabaseManager::MatchModuleWhitelistString(
const std::string& str) {
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698