| 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 {
|
|
|