| Index: components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
|
| diff --git a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
|
| index 033a6533d5f437dceef513994f4dde96cc500ab4..ea6673b496a47826865180877ee6cf77afe91e81 100644
|
| --- a/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
|
| +++ b/components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h
|
| @@ -47,6 +47,9 @@ class RecentTabSuggestionsProvider : public ContentSuggestionsProvider,
|
| void DismissSuggestion(const ContentSuggestion::ID& suggestion_id) override;
|
| void FetchSuggestionImage(const ContentSuggestion::ID& suggestion_id,
|
| const ImageFetchedCallback& callback) override;
|
| + void Fetch(const Category& category,
|
| + const std::set<std::string>& known_suggestion_ids,
|
| + FetchingCallback callback) override;
|
| void ClearHistory(
|
| base::Time begin,
|
| base::Time end,
|
|
|