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

Unified Diff: components/sync/protocol/reading_list_specifics.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/sync/protocol/reading_list_specifics.proto
diff --git a/components/sync/protocol/reading_list_specifics.proto b/components/sync/protocol/reading_list_specifics.proto
index 81faa9899846c72b08466864f33ee0245e02532e..a1f96a6b5948a6cb513ebee7b7b5a1edc6c4e527 100644
--- a/components/sync/protocol/reading_list_specifics.proto
+++ b/components/sync/protocol/reading_list_specifics.proto
@@ -24,6 +24,7 @@ message ReadingListSpecifics {
enum ReadingListEntryStatus {
UNREAD = 0;
READ = 1;
+ UNSEEN = 2;
}
optional ReadingListEntryStatus status = 6;

Powered by Google App Engine
This is Rietveld 408576698