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

Unified Diff: components/safe_browsing_db/test_database_manager.cc

Issue 1843383002: Safe Browsing: CheckApiBlacklist request implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Comments Created 4 years, 8 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') | no next file » | 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 dbccf5e99edf40815425772eb609c948192a159b..26a77b70d1a9c8e9d6aefbcb2fc200781a5134ad 100644
--- a/components/safe_browsing_db/test_database_manager.cc
+++ b/components/safe_browsing_db/test_database_manager.cc
@@ -120,17 +120,4 @@ void TestSafeBrowsingDatabaseManager::CancelCheck(Client* client) {
NOTIMPLEMENTED();
}
-void TestSafeBrowsingDatabaseManager::CheckApiBlacklistUrl(const GURL& url,
- Client* client) {
- NOTIMPLEMENTED();
-}
-
-void TestSafeBrowsingDatabaseManager::StartOnIOThread(
- net::URLRequestContextGetter* request_context_getter,
- const V4ProtocolConfig& config) {
-}
-
-void TestSafeBrowsingDatabaseManager::StopOnIOThread(bool shutdown) {
-}
-
} // namespace safe_browsing
« no previous file with comments | « components/safe_browsing_db/test_database_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698