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

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

Issue 2525663002: Refactor Reading List Model to use URL as key. (Closed)
Patch Set: feedback Created 4 years, 1 month 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_storage.h
diff --git a/components/reading_list/ios/reading_list_model_storage.h b/components/reading_list/ios/reading_list_model_storage.h
index 21c3acc1dfcdc15dae66714c97407689484622fd..a2ed7cc4186d74f2c98b6798fe157eb5e0d00e06 100644
--- a/components/reading_list/ios/reading_list_model_storage.h
+++ b/components/reading_list/ios/reading_list_model_storage.h
@@ -41,7 +41,7 @@ class ReadingListModelStorage {
// Saves or updates an entry. If the entry is not yet in the database, it is
// created.
- virtual void SaveEntry(const ReadingListEntry& entry, bool read) = 0;
+ virtual void SaveEntry(const ReadingListEntry& entry) = 0;
// Removed an entry from the storage.
virtual void RemoveEntry(const ReadingListEntry& entry) = 0;

Powered by Google App Engine
This is Rietveld 408576698