| 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;
|
| }
|
|
|