| 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 7b6e20d22ed5203500bcb818be6fafd22a393695..cc917150f19152d20f2a02781ffc26d3450859af 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
|
| @@ -124,6 +124,7 @@ class ContentSubresourceFilterDriverFactory
|
| const GURL& url);
|
|
|
| bool DidURLMatchCurrentActivationList(const GURL& url) const;
|
| + bool DidURLMatchSubresourceFilterOnlyList(const GURL& url) const;
|
|
|
| void AddActivationListMatch(const GURL& url, ActivationList match_type);
|
| void RecordRedirectChainMatchPattern() const;
|
| @@ -145,6 +146,8 @@ class ContentSubresourceFilterDriverFactory
|
| // current page.
|
| DocumentLoadStatistics aggregated_document_statistics_;
|
|
|
| + bool subresource_filter_only_hit_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ContentSubresourceFilterDriverFactory);
|
| };
|
|
|
|
|