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

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

Issue 2371043003: Small: Start checking URLs using PVer4. Verdict not returned to client yet. (Closed)
Patch Set: shess@'s review Created 4 years, 3 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 978ab771bc7b6a64499253c43c3cf7d1832bef60..476040c1dcb47bee3c8d4e0431652dd091968cc7 100644
--- a/chrome/browser/safe_browsing/services_delegate.h
+++ b/chrome/browser/safe_browsing/services_delegate.h
@@ -28,6 +28,7 @@ class IncidentReportingService;
class ResourceRequestDetector;
struct ResourceRequestInfo;
class SafeBrowsingService;
+class V4LocalDatabaseManager;
struct V4ProtocolConfig;
// Abstraction to help organize code for mobile vs full safe browsing modes.
@@ -66,6 +67,9 @@ class ServicesDelegate {
virtual ~ServicesDelegate() {}
+ virtual const scoped_refptr<V4LocalDatabaseManager>&
+ v4_local_database_manager() const = 0;
+
// Initializes internal state using the ServicesCreator.
virtual void Initialize() = 0;

Powered by Google App Engine
This is Rietveld 408576698