| Index: components/offline_pages/downloads/download_notifying_observer.h
|
| diff --git a/components/offline_pages/downloads/download_notifying_observer.h b/components/offline_pages/downloads/download_notifying_observer.h
|
| index 844373e5d3edc231d99b531e148b8f5f8c94d8ae..f89a5439416d9da33394d16ccd36452a4af53b8d 100644
|
| --- a/components/offline_pages/downloads/download_notifying_observer.h
|
| +++ b/components/offline_pages/downloads/download_notifying_observer.h
|
| @@ -48,6 +48,8 @@ class DownloadNotifyingObserver : public RequestCoordinator::Observer,
|
|
|
| bool IsVisibleInUI(const ClientId& id);
|
|
|
| + void NotifyRequestStateChange(const SavePageRequest& request);
|
| +
|
| // Used to issue notifications related to save page requests.
|
| std::unique_ptr<OfflinePageDownloadNotifier> notifier_;
|
| // Used to determine policy-related permissions. Not owned.
|
|
|