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

Unified Diff: components/reading_list/core/reading_list_model_impl.h

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/reading_list_model_impl.h
diff --git a/components/reading_list/core/reading_list_model_impl.h b/components/reading_list/core/reading_list_model_impl.h
index d388d8090f987aff7b54a3c2735cd4c544d1751d..9e91e1ebb5bfc37c264e12ba8b9bab6aafb64b19 100644
--- a/components/reading_list/core/reading_list_model_impl.h
+++ b/components/reading_list/core/reading_list_model_impl.h
@@ -80,6 +80,9 @@ class ReadingListModelImpl : public ReadingListModel,
const GURL& distilled_url,
int64_t distillation_size,
const base::Time& distillation_date) override;
+ void SetContentSuggestionsExtra(
+ const GURL& url,
+ const reading_list::ContentSuggestionsExtra& extra) override;
void SyncAddEntry(std::unique_ptr<ReadingListEntry> entry) override;
ReadingListEntry* SyncMergeEntry(

Powered by Google App Engine
This is Rietveld 408576698