| 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 ac88d7decf9b1594500d7260bebf19e8c5f57a18..a877e1a96d8a95db0f7ba0d7a7fb4964019227ff 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
|
| @@ -52,10 +52,6 @@ class ContentSubresourceFilterThrottleManager
|
| // The embedder may be interested in displaying UI to the user when the
|
| // first load is disallowed for a given page load.
|
| virtual void OnFirstSubresourceLoadDisallowed() {}
|
| -
|
| - // Temporary method to help the delegate compute the activation decision.
|
| - virtual void WillProcessResponse(
|
| - content::NavigationHandle* navigation_handle) {}
|
| };
|
|
|
| ContentSubresourceFilterThrottleManager(
|
|
|