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

Unified Diff: components/reading_list/ios/proto/reading_list.proto

Issue 2557443003: Add Unseen state to Reading List Entry (Closed)
Patch Set: Wire ReadingListEntry 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/proto/reading_list.proto
diff --git a/components/reading_list/ios/proto/reading_list.proto b/components/reading_list/ios/proto/reading_list.proto
index 2b976910131e09229e81233efc3919a2d7a28fd7..76ccf6c0c9100887b74de1dc82323e0119e8cd14 100644
--- a/components/reading_list/ios/proto/reading_list.proto
+++ b/components/reading_list/ios/proto/reading_list.proto
@@ -24,6 +24,7 @@ message ReadingListLocal {
enum ReadingListEntryStatus {
UNREAD = 0;
READ = 1;
+ UNSEEN = 2;
}
optional ReadingListEntryStatus status = 6;
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_entry.h » ('j') | components/reading_list/ios/reading_list_entry.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698