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

Unified Diff: components/sync/protocol/reading_list_specifics.proto

Issue 2557443003: Add Unseen state to Reading List Entry (Closed)
Patch Set: feedback 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 | « components/sync/protocol/proto_enum_conversions.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..1d0d66d9b33b683baf6c7fbdf908a2a1f70e0781 100644
--- a/components/sync/protocol/reading_list_specifics.proto
+++ b/components/sync/protocol/reading_list_specifics.proto
@@ -24,7 +24,9 @@ message ReadingListSpecifics {
enum ReadingListEntryStatus {
UNREAD = 0;
READ = 1;
+ UNSEEN = 2;
}
+ // If the field is not present, it defaults to UNSEEN.
optional ReadingListEntryStatus status = 6;
}
« no previous file with comments | « components/sync/protocol/proto_enum_conversions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698