| Index: components/reading_list/core/proto/reading_list.proto
|
| diff --git a/components/reading_list/core/proto/reading_list.proto b/components/reading_list/core/proto/reading_list.proto
|
| index 04a3e9463ac25d14293ecff2eff3f67784b0cfeb..9ca16de08a13f24b9ea0e28090a895bbb4b0424b 100644
|
| --- a/components/reading_list/core/proto/reading_list.proto
|
| +++ b/components/reading_list/core/proto/reading_list.proto
|
| @@ -44,4 +44,10 @@ message ReadingListLocal {
|
| optional string backoff = 10;
|
| optional int64 distillation_time_us = 14;
|
| optional int64 distillation_size = 15;
|
| + optional ReadingListContentSuggestionsExtra content_suggestions_extra = 16;
|
| +}
|
| +
|
| +// Additional data used by the ContentSuggestions.
|
| +message ReadingListContentSuggestionsExtra {
|
| + optional bool dismissed = 1;
|
| }
|
|
|