| 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_;
|
| }
|
|
|