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

Unified Diff: chrome/browser/subresource_filter/chrome_subresource_filter_client.h

Issue 2874663002: [subresource_filter] s/ShouldSuppressActivation/OnPageActivationComputed (Closed)
Patch Set: 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: chrome/browser/subresource_filter/chrome_subresource_filter_client.h
diff --git a/chrome/browser/subresource_filter/chrome_subresource_filter_client.h b/chrome/browser/subresource_filter/chrome_subresource_filter_client.h
index 8e47d342c9d39f5596ad3f03c25ccf30e1a9b935..8354295f12ddda2da89a48d9c3a04f97d1477fef 100644
--- a/chrome/browser/subresource_filter/chrome_subresource_filter_client.h
+++ b/chrome/browser/subresource_filter/chrome_subresource_filter_client.h
@@ -92,8 +92,8 @@ class ChromeSubresourceFilterClient
// SubresourceFilterClient:
void ToggleNotificationVisibility(bool visibility) override;
- bool ShouldSuppressActivation(
- content::NavigationHandle* navigation_handle) override;
+ bool OnPageActivationComputed(content::NavigationHandle* navigation_handle,
+ bool activated) override;
void WhitelistByContentSettings(const GURL& url) override;
void WhitelistInCurrentWebContents(const GURL& url) override;
subresource_filter::VerifiedRulesetDealer::Handle* GetRulesetDealer()

Powered by Google App Engine
This is Rietveld 408576698