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

Unified Diff: components/offline_pages/core/downloads/download_ui_adapter.h

Issue 2560573003: [Offline Pages] Convert Download UI Adapter to using OfflinePageAdded (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | components/offline_pages/core/downloads/download_ui_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/core/downloads/download_ui_adapter.h
diff --git a/components/offline_pages/core/downloads/download_ui_adapter.h b/components/offline_pages/core/downloads/download_ui_adapter.h
index 2c953a27b16bc37a479485932c96388284ac9128..7ab6ace92d198f4a6413b215be6d686a0b309bc3 100644
--- a/components/offline_pages/core/downloads/download_ui_adapter.h
+++ b/components/offline_pages/core/downloads/download_ui_adapter.h
@@ -108,7 +108,6 @@ class DownloadUIAdapter : public OfflinePageModel::Observer,
// Task callbacks.
void OnOfflinePagesLoaded(const MultipleOfflinePageItemResult& pages);
void NotifyItemsLoaded(Observer* observer);
- void OnOfflinePagesChanged(const MultipleOfflinePageItemResult& pages);
void OnDeletePagesDone(DeletePageResult result);
// Always valid, this class is a member of the model.
« no previous file with comments | « no previous file | components/offline_pages/core/downloads/download_ui_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698