| Index: components/subresource_filter/content/browser/subresource_filter_observer.h
|
| diff --git a/components/subresource_filter/content/browser/subresource_filter_observer.h b/components/subresource_filter/content/browser/subresource_filter_observer.h
|
| index 7daa78a65f738e5091ba17188001a11bbfaa9e77..21a226edc42a314d8b47c668a162c2ae3d081191 100644
|
| --- a/components/subresource_filter/content/browser/subresource_filter_observer.h
|
| +++ b/components/subresource_filter/content/browser/subresource_filter_observer.h
|
| @@ -21,8 +21,12 @@ class SubresourceFilterObserver {
|
| public:
|
| virtual ~SubresourceFilterObserver() = default;
|
|
|
| + // Called before the observer manager is destroyed. Observers must unregister
|
| + // themselves by this point.
|
| virtual void OnSubresourceFilterGoingAway() {}
|
|
|
| + // Called at most once per navigation when page activation is computed. This
|
| + // will be called before ReadyToCommitNavigation.
|
| virtual void OnPageActivationComputed(
|
| content::NavigationHandle* navigation_handle,
|
| ActivationDecision activation_decision,
|
|
|