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

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

Issue 2396133003: Change the logic how Subesource Filter propagates activation. (Closed)
Patch Set: fix browser test Created 4 years, 2 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/subresource_filter_navigation_throttle.h
diff --git a/components/subresource_filter/content/browser/subresource_filter_navigation_throttle.h b/components/subresource_filter/content/browser/subresource_filter_navigation_throttle.h
index 15816fc22f43702ef77995097212d1cb606d48d7..c8f55eada82aae9d276eaf60c8d1be02f7e7569d 100644
--- a/components/subresource_filter/content/browser/subresource_filter_navigation_throttle.h
+++ b/components/subresource_filter/content/browser/subresource_filter_navigation_throttle.h
@@ -34,7 +34,6 @@ class SubresourceFilterNavigationThrottle : public content::NavigationThrottle {
~SubresourceFilterNavigationThrottle() override;
// content::NavigationThrottle implementation:
- ThrottleCheckResult WillRedirectRequest() override;
ThrottleCheckResult WillProcessResponse() override;
private:

Powered by Google App Engine
This is Rietveld 408576698