| 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 2463f4e0f72fe33dc09905f3351a5f50bd235768..0e8895f08e03e63083a4c376af6094dfe7583913 100644
|
| --- a/components/ntp_snippets/reading_list/reading_list_suggestions_provider.h
|
| +++ b/components/ntp_snippets/reading_list/reading_list_suggestions_provider.h
|
| @@ -57,6 +57,9 @@ class ReadingListSuggestionsProvider : public ContentSuggestionsProvider,
|
| // model is loaded.
|
| void FetchReadingListInternal();
|
|
|
| + // Converts |entry| to ContentSuggestion.
|
| + ContentSuggestion ConvertEntry(const ReadingListEntry* entry);
|
| +
|
| // Updates the |category_status_| and notifies the |observer_|, if necessary.
|
| void NotifyStatusChanged(CategoryStatus new_status);
|
| CategoryStatus category_status_;
|
|
|