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

Unified Diff: chrome/browser/safe_browsing/test_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/test_safe_browsing_service.h
diff --git a/chrome/browser/safe_browsing/test_safe_browsing_service.h b/chrome/browser/safe_browsing/test_safe_browsing_service.h
index facf791b83e2b0acad4529814245db6c0eeeb089..36255e1c734d441f11b2f06e13a07e0fef129ce4 100644
--- a/chrome/browser/safe_browsing/test_safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/test_safe_browsing_service.h
@@ -61,6 +61,9 @@ class TestSafeBrowsingService : public SafeBrowsingService {
void SetProtocolConfig(SafeBrowsingProtocolConfig* protocol_config);
void SetV4ProtocolConfig(V4ProtocolConfig* v4_protocol_config);
+ const scoped_refptr<SafeBrowsingDatabaseManager>& v4_local_database_manager()
+ const override;
+
protected:
// SafeBrowsingService overrides
~TestSafeBrowsingService() override;

Powered by Google App Engine
This is Rietveld 408576698