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

Unified Diff: chrome/browser/safe_browsing/services_delegate.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.h
diff --git a/chrome/browser/safe_browsing/services_delegate.h b/chrome/browser/safe_browsing/services_delegate.h
index 50ee41a74201f22147b5d2c17739dfa7ec185347..882828a451d5b571ba355d3ee01a1989ce816d1c 100644
--- a/chrome/browser/safe_browsing/services_delegate.h
+++ b/chrome/browser/safe_browsing/services_delegate.h
@@ -72,7 +72,7 @@ class ServicesDelegate {
v4_local_database_manager() const = 0;
// Initializes internal state using the ServicesCreator.
- virtual void Initialize() = 0;
+ virtual void Initialize(bool v4_enabled = false) = 0;
// Creates the CSD service for the given |context_getter|.
virtual void InitializeCsdService(

Powered by Google App Engine
This is Rietveld 408576698