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

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

Issue 2675063002: Browser tests for using the new SafeBrowsing protocol (v4) (Closed)
Patch Set: shess@'s review Created 3 years, 10 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/services_delegate_stub.cc
diff --git a/chrome/browser/safe_browsing/services_delegate_stub.cc b/chrome/browser/safe_browsing/services_delegate_stub.cc
index c1aa24f7787cf0f908cd33fbf76c0b34c43d4171..52360e901fefe1e1265f63c7e0fec2f089b8595d 100644
--- a/chrome/browser/safe_browsing/services_delegate_stub.cc
+++ b/chrome/browser/safe_browsing/services_delegate_stub.cc
@@ -36,7 +36,7 @@ ServicesDelegateStub::v4_local_database_manager() const {
return v4_local_database_manager_;
}
-void ServicesDelegateStub::Initialize() {}
+void ServicesDelegateStub::Initialize(bool v4_enabled) {}
void ServicesDelegateStub::ShutdownServices() {}

Powered by Google App Engine
This is Rietveld 408576698