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

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

Issue 2811083004: (False positive) Revert of Track if a ReadingListEntry has been dismissed (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | components/reading_list/core/reading_list_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9ca16de08a13f24b9ea0e28090a895bbb4b0424b..04a3e9463ac25d14293ecff2eff3f67784b0cfeb 100644
--- a/components/reading_list/core/proto/reading_list.proto
+++ b/components/reading_list/core/proto/reading_list.proto
@@ -44,10 +44,4 @@
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698