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

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

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
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 9e91e1ebb5bfc37c264e12ba8b9bab6aafb64b19..d388d8090f987aff7b54a3c2735cd4c544d1751d 100644
--- a/components/reading_list/core/reading_list_model_impl.h
+++ b/components/reading_list/core/reading_list_model_impl.h
@@ -80,9 +80,6 @@
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(
« no previous file with comments | « components/reading_list/core/reading_list_model.h ('k') | components/reading_list/core/reading_list_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698