Index: components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h |
diff --git a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h |
index 0750af6cd00f71dcaef5c777b24178440f39783f..565ab4d409d04093afb2d796e154da778c76cb5f 100644 |
--- a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h |
+++ b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h |
@@ -131,6 +131,7 @@ class ContentSubresourceFilterDriverFactory |
bool failed_navigation); |
bool DidURLMatchCurrentActivationList(const GURL& url) const; |
+ bool DidURLMatchSubresourceFilterOnlyList(const GURL& url) const; |
void AddActivationListMatch(const GURL& url, ActivationList match_type); |
void RecordRedirectChainMatchPattern() const; |
@@ -152,6 +153,8 @@ class ContentSubresourceFilterDriverFactory |
// current page. |
DocumentLoadStatistics aggregated_document_statistics_; |
+ bool subresource_filter_only_hit_; |
+ |
DISALLOW_COPY_AND_ASSIGN(ContentSubresourceFilterDriverFactory); |
}; |