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

Unified Diff: components/ntp_snippets/reading_list/reading_list_suggestions_provider.h

Issue 2794853004: Update provider on Reading List model update (Closed)
Patch Set: Created 3 years, 9 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/ntp_snippets/reading_list/reading_list_suggestions_provider.h
diff --git a/components/ntp_snippets/reading_list/reading_list_suggestions_provider.h b/components/ntp_snippets/reading_list/reading_list_suggestions_provider.h
index 0e8895f08e03e63083a4c376af6094dfe7583913..e483d918f2abb1d429009c8255fa492c0a319764 100644
--- a/components/ntp_snippets/reading_list/reading_list_suggestions_provider.h
+++ b/components/ntp_snippets/reading_list/reading_list_suggestions_provider.h
@@ -51,6 +51,9 @@ class ReadingListSuggestionsProvider : public ContentSuggestionsProvider,
// ReadingListModelObserver implementation.
void ReadingListModelLoaded(const ReadingListModel* model) override;
void ReadingListModelBeingDeleted(const ReadingListModel* model) override;
+ void ReadingListDidApplyChanges(ReadingListModel* model) override;
+ void ReadingListModelCompletedBatchUpdates(
+ const ReadingListModel* model) override;
private:
// The actual method to fetch Reading List entries. Must be called after the

Powered by Google App Engine
This is Rietveld 408576698