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

Unified Diff: components/reading_list/ios/reading_list_model_observer.h

Issue 2541683003: Clean ReadingListModel. (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/reading_list/ios/reading_list_model_observer.h
diff --git a/components/reading_list/ios/reading_list_model_observer.h b/components/reading_list/ios/reading_list_model_observer.h
index 44b0132683a32025134e045f8e804ef90640b607..123ea0ba17cbfeae9316035aa1977c05dd5a37af 100644
--- a/components/reading_list/ios/reading_list_model_observer.h
+++ b/components/reading_list/ios/reading_list_model_observer.h
@@ -64,19 +64,6 @@ class ReadingListModelObserver {
// are applied and then this method is called.
virtual void ReadingListDidApplyChanges(ReadingListModel* model) {}
- // TODO(crbug.com/664924): Remove temporary methods
- virtual void ReadingListWillRemoveUnreadEntry(const ReadingListModel* model,
- size_t index) {}
-
- virtual void ReadingListWillRemoveReadEntry(const ReadingListModel* model,
- size_t index) {}
-
- virtual void ReadingListWillAddUnreadEntry(const ReadingListModel* model,
- const ReadingListEntry& entry) {}
-
- virtual void ReadingListWillAddReadEntry(const ReadingListModel* model,
- const ReadingListEntry& entry) {}
-
protected:
ReadingListModelObserver() {}
virtual ~ReadingListModelObserver() {}
« no previous file with comments | « components/reading_list/ios/reading_list_model_impl.cc ('k') | components/reading_list/ios/reading_list_model_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698