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

Unified Diff: components/safe_browsing_db/test_database_manager.cc

Issue 1970823002: Remove the unused OffDomainInclusionDetector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits 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
« no previous file with comments | « components/safe_browsing_db/test_database_manager.h ('k') | components/safe_browsing_db/util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/test_database_manager.cc
diff --git a/components/safe_browsing_db/test_database_manager.cc b/components/safe_browsing_db/test_database_manager.cc
index 1c3a91e057f672e138d89b197e5703ab066339b8..0e47fe1d80e083cb63235ea7d4f008a4293b8d3e 100644
--- a/components/safe_browsing_db/test_database_manager.cc
+++ b/components/safe_browsing_db/test_database_manager.cc
@@ -94,12 +94,6 @@ bool TestSafeBrowsingDatabaseManager::MatchDownloadWhitelistString(
return true;
}
-bool TestSafeBrowsingDatabaseManager::MatchInclusionWhitelistUrl(
- const GURL& url) {
- NOTIMPLEMENTED();
- return true;
-}
-
bool TestSafeBrowsingDatabaseManager::MatchModuleWhitelistString(
const std::string& str) {
NOTIMPLEMENTED();
« no previous file with comments | « components/safe_browsing_db/test_database_manager.h ('k') | components/safe_browsing_db/util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698