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