Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: components/subresource_filter/content/browser/content_subresource_filter_throttle_manager.h

Issue 2889913002: [subresource_filter] Remove Forwarding NavigationThrottles (Closed)
Patch Set: shivanisha review Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698