| 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 7577274e45f77a54e02a31cd4dcea1a74e67f0c9..c61f1245fae6bbf6983e206340973a090676df33 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
|
| @@ -165,8 +165,7 @@ class ContentSubresourceFilterDriverFactory
|
| ActivationList activation_list) const;
|
|
|
| void AddActivationListMatch(const GURL& url, ActivationList match_type);
|
| - int CalculateHitPatternForActivationList(
|
| - ActivationList activation_list) const;
|
| + bool CalculateMatchForActivationList(ActivationList activation_list) const;
|
| void RecordRedirectChainMatchPattern() const;
|
|
|
| void RecordRedirectChainMatchPatternForList(
|
|
|