| Index: components/ntp_snippets/ntp_snippets_service.h
|
| diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h
|
| index 43a27de12f152fac0dc1f759c2d135acdb625654..9692e537b5160148a567092d4440f55f22f061ac 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -127,6 +127,7 @@ class NTPSnippetsService : public image_fetcher::ImageFetcherDelegate,
|
| std::vector<Category> GetProvidedCategories() override;
|
| CategoryStatus GetCategoryStatus(Category category) override;
|
| CategoryInfo GetCategoryInfo(Category category) override;
|
| + void FetchMoreSuggestions(Category category) override;
|
| void DismissSuggestion(const std::string& suggestion_id) override;
|
| void FetchSuggestionImage(const std::string& suggestion_id,
|
| const ImageFetchedCallback& callback) override;
|
|
|