| 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 cf20c9872b26d329e5b4be67171b002ac3fb19fd..34a5025f85730f4843313b3b4e958fcaf710a0b1 100644
|
| --- a/components/reading_list/ios/proto/reading_list.proto
|
| +++ b/components/reading_list/ios/proto/reading_list.proto
|
| @@ -20,6 +20,7 @@ message ReadingListLocal {
|
| optional int64 creation_time_us = 4;
|
| optional int64 update_time_us = 5;
|
| optional int64 first_read_time_us = 11;
|
| + optional int64 update_title_time_us = 12;
|
|
|
| enum ReadingListEntryStatus {
|
| UNREAD = 0;
|
|
|