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

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

Issue 2675063002: Browser tests for using the new SafeBrowsing protocol (v4) (Closed)
Patch Set: Use ANNOTATE_LEAKING_OBJECT_PTR 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_impl.h
diff --git a/chrome/browser/safe_browsing/services_delegate_impl.h b/chrome/browser/safe_browsing/services_delegate_impl.h
index acd95d7971d36852c6dc8369f232f808336786b7..f0a2f6a529a33a9878ba87719c7767b83b28a7b1 100644
--- a/chrome/browser/safe_browsing/services_delegate_impl.h
+++ b/chrome/browser/safe_browsing/services_delegate_impl.h
@@ -30,7 +30,7 @@ class ServicesDelegateImpl : public ServicesDelegate {
// ServicesDelegate:
const scoped_refptr<SafeBrowsingDatabaseManager>& v4_local_database_manager()
const override;
- void Initialize() override;
+ void Initialize(bool v4_enabled) override;
void InitializeCsdService(
net::URLRequestContextGetter* context_getter) override;
void ShutdownServices() override;
« no previous file with comments | « chrome/browser/safe_browsing/services_delegate.h ('k') | chrome/browser/safe_browsing/services_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698