| Index: components/subresource_filter/content/browser/content_subresource_filter_throttle_manager.h
|
| diff --git a/components/subresource_filter/content/browser/content_subresource_filter_throttle_manager.h b/components/subresource_filter/content/browser/content_subresource_filter_throttle_manager.h
|
| index 446296538270edd2d17cbcb930676fe1ef1962b3..ac88d7decf9b1594500d7260bebf19e8c5f57a18 100644
|
| --- a/components/subresource_filter/content/browser/content_subresource_filter_throttle_manager.h
|
| +++ b/components/subresource_filter/content/browser/content_subresource_filter_throttle_manager.h
|
| @@ -53,11 +53,6 @@ class ContentSubresourceFilterThrottleManager
|
| // first load is disallowed for a given page load.
|
| virtual void OnFirstSubresourceLoadDisallowed() {}
|
|
|
| - // Let the delegate have the last word when it comes to activation. It might
|
| - // have a specific whitelist.
|
| - virtual bool ShouldSuppressActivation(
|
| - content::NavigationHandle* navigation_handle);
|
| -
|
| // Temporary method to help the delegate compute the activation decision.
|
| virtual void WillProcessResponse(
|
| content::NavigationHandle* navigation_handle) {}
|
|
|