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

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

Issue 2871013002: [subresource_filter] Refactor activation suppression (Closed)
Patch Set: rebase on #470635 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 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) {}

Powered by Google App Engine
This is Rietveld 408576698