| 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 fdd12d3a5487e3b9243b74626e295641bd268cbc..81faa9899846c72b08466864f33ee0245e02532e 100644
|
| --- a/components/sync/protocol/reading_list_specifics.proto
|
| +++ b/components/sync/protocol/reading_list_specifics.proto
|
| @@ -15,14 +15,11 @@ package sync_pb;
|
| // protobuf.
|
| message ReadingListSpecifics {
|
| optional string entry_id = 1;
|
| -
|
| optional string title = 2;
|
| -
|
| optional string url = 3;
|
| -
|
| optional int64 creation_time_us = 4;
|
| -
|
| optional int64 update_time_us = 5;
|
| + optional int64 first_read_time_us = 7;
|
|
|
| enum ReadingListEntryStatus {
|
| UNREAD = 0;
|
|
|