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

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

Issue 2894813003: [subresource_filter] Add observer interface for page activation (Closed)
Patch Set: use another method 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 c38cdb179fef81e4dd22f11178a1c3e4ec7bd487..0912e71c88bcfc5368e01fd7113f85bc8d0a4bd3 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
@@ -67,6 +67,8 @@ class ContentSubresourceFilterDriverFactory
// Returns the |ActivationDecision| for the current main frame
// document.
+ // TODO(csharrison): Remove this and |activation_decision_| once consumers
+ // move to become SubresourceFilterObservers.
ActivationDecision GetActivationDecisionForLastCommittedPageLoad() const {
return activation_decision_;
}

Powered by Google App Engine
This is Rietveld 408576698