| Index: components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.h
|
| diff --git a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.h b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.h
|
| index 1147e09b7f9bb06e9f06ec0385aa57ad5ea97924..cd789d37077387631085547c1bb5fdb6ac3f5bc3 100644
|
| --- a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.h
|
| +++ b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.h
|
| @@ -48,8 +48,9 @@ class PhysicalWebPageSuggestionsProvider : public ContentSuggestionsProvider {
|
| void DismissSuggestion(const ContentSuggestion::ID& suggestion_id) override;
|
| void FetchSuggestionImage(const ContentSuggestion::ID& suggestion_id,
|
| const ImageFetchedCallback& callback) override;
|
| - void FetchMore(const Category& category,
|
| - FetchedMoreCallback callback) override;
|
| + void Fetch(const Category& category,
|
| + std::set<std::string> known_suggestion_ids,
|
| + FetchingCallback callback) override;
|
| void ClearHistory(
|
| base::Time begin,
|
| base::Time end,
|
|
|