| 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..cf20c9872b26d329e5b4be67171b002ac3fb19fd 100644
|
| --- a/components/reading_list/ios/proto/reading_list.proto
|
| +++ b/components/reading_list/ios/proto/reading_list.proto
|
| @@ -24,8 +24,9 @@ message ReadingListLocal {
|
| enum ReadingListEntryStatus {
|
| UNREAD = 0;
|
| READ = 1;
|
| + UNSEEN = 2;
|
| }
|
| -
|
| + // If the field is not present, it defaults to UNSEEN.
|
| optional ReadingListEntryStatus status = 6;
|
|
|
| enum DistillationState {
|
|
|