Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: components/reading_list/core/proto/reading_list.proto

Issue 2806213004: Track if a ReadingListEntry has been dismissed (Closed)
Patch Set: Address comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« no previous file with comments | « no previous file | components/reading_list/core/reading_list_entry.h » ('j') | components/reading_list/core/reading_list_entry.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698