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

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

Issue 2890253002: [subresource_filter] Move OnReloadRequested to the ChromeClient (Closed)
Patch Set: rebase on #473448 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_driver_factory.h
diff --git a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h
index 6718e6dbbf603774e82fed75cdde4c5b5590a752..c38cdb179fef81e4dd22f11178a1c3e4ec7bd487 100644
--- a/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h
+++ b/components/subresource_filter/content/browser/content_subresource_filter_driver_factory.h
@@ -65,9 +65,6 @@ class ContentSubresourceFilterDriverFactory
safe_browsing::SBThreatType threat_type,
safe_browsing::ThreatPatternType threat_type_metadata);
- // Reloads the page and inserts the host of its URL to the whitelist.
- void OnReloadRequested();
-
// Returns the |ActivationDecision| for the current main frame
// document.
ActivationDecision GetActivationDecisionForLastCommittedPageLoad() const {

Powered by Google App Engine
This is Rietveld 408576698