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

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

Issue 2645283007: Add the client for accessing Subresource Filter only list. (Closed)
Patch Set: fix unittest 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/safe_browsing_service.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h
index d1d355499100f56654c773e772e1a2d32068da10..915d0026df27ad1ede480eb3db5a5e2950fac6b8 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h
@@ -153,8 +153,8 @@ class SafeBrowsingService : public base::RefCountedThreadSafe<
SafeBrowsingPingManager* ping_manager() const;
// This may be NULL if v4 is not enabled by experiment.
- const scoped_refptr<SafeBrowsingDatabaseManager>& v4_local_database_manager()
- const;
+ virtual const scoped_refptr<SafeBrowsingDatabaseManager>&
+ v4_local_database_manager() const;
// Returns a preference validation delegate that adds incidents to the
// incident reporting service for validation failures. Returns NULL if the

Powered by Google App Engine
This is Rietveld 408576698