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

Unified Diff: components/reading_list/ios/reading_list_model.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
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_model_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/reading_list/ios/reading_list_model.h
diff --git a/components/reading_list/ios/reading_list_model.h b/components/reading_list/ios/reading_list_model.h
index cae02262ee03c6c35bf24e609ae63d5300c39ae0..c3eb2f44463e061b9bd10fabbe98579ddaac6229 100644
--- a/components/reading_list/ios/reading_list_model.h
+++ b/components/reading_list/ios/reading_list_model.h
@@ -116,17 +116,6 @@ class ReadingListModel : public base::NonThreadSafe {
DISALLOW_COPY_AND_ASSIGN(ScopedReadingListBatchUpdate);
};
- // TODO(crbug.com/664924): Remove temporary methods for transition.
-
- // Allows iterating through read entries in the model. Must be called on a
- // singlerunloop to ensure no entry is returned twice and all entries are
- // returned
- virtual const ReadingListEntry& GetReadEntryAtIndex(size_t index) const = 0;
- virtual const ReadingListEntry& GetUnreadEntryAtIndex(size_t index) const = 0;
- virtual void MarkReadByURL(const GURL& url) = 0;
- virtual void MarkUnreadByURL(const GURL& url) = 0;
- virtual size_t read_size() const = 0;
-
protected:
ReadingListModel();
virtual ~ReadingListModel();
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_model_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698