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

Unified Diff: components/safe_browsing_db/v4_database.h

Issue 2645283007: Add the client for accessing Subresource Filter only list. (Closed)
Patch Set: feature Created 3 years, 9 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: components/safe_browsing_db/v4_database.h
diff --git a/components/safe_browsing_db/v4_database.h b/components/safe_browsing_db/v4_database.h
index acb1855a147a535daf0671e4f43ba67eb317cbf9..9934e6abf907388e04890cfb4277e658eaefc78c 100644
--- a/components/safe_browsing_db/v4_database.h
+++ b/components/safe_browsing_db/v4_database.h
@@ -14,6 +14,10 @@
#include "components/safe_browsing_db/v4_protocol_manager_util.h"
#include "components/safe_browsing_db/v4_store.h"
+namespace subresource_filter {
+class SubresourceFilterBrowserTestImpl;
+}
+
namespace safe_browsing {
class V4Database;
@@ -152,6 +156,7 @@ class V4Database {
std::unique_ptr<StoreMap> store_map);
private:
+ friend class subresource_filter::SubresourceFilterBrowserTestImpl;
friend class V4DatabaseFactory;
friend class V4DatabaseTest;
friend class V4SafeBrowsingServiceTest;

Powered by Google App Engine
This is Rietveld 408576698