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

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

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.h
diff --git a/chrome/browser/safe_browsing/services_delegate_stub.h b/chrome/browser/safe_browsing/services_delegate_stub.h
index 31a6945dfc167fa9e251afd18006031bad00df67..0a22bcb5a8386ed700f2c0740fc6235163898adf 100644
--- a/chrome/browser/safe_browsing/services_delegate_stub.h
+++ b/chrome/browser/safe_browsing/services_delegate_stub.h
@@ -20,7 +20,7 @@ class ServicesDelegateStub : public ServicesDelegate {
// ServicesDelegate:
const scoped_refptr<SafeBrowsingDatabaseManager>& v4_local_database_manager()
const override;
- void Initialize() override;
+ void Initialize(bool v4_enabled = false) override;
void InitializeCsdService(
net::URLRequestContextGetter* context_getter) override;
void ShutdownServices() override;

Powered by Google App Engine
This is Rietveld 408576698