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

Unified Diff: components/offline_pages/downloads/download_notifying_observer.h

Issue 2537373004: [OfflinePages] Call NotifyInterrupted for pending requests (Closed)
Patch Set: Created 4 years 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/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.

Powered by Google App Engine
This is Rietveld 408576698