| 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 f83d67264dfca9982622c265996d4fea8af0d839..fc0b4b9a5e4c7a4ecf51eebfc271b4f0aab23ed6 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -138,8 +138,9 @@ class NTPSnippetsService : public image_fetcher::ImageFetcherDelegate,
|
| void FetchSuggestionImage(const std::string& suggestion_id,
|
| const ImageFetchedCallback& callback) override;
|
| void ClearCachedSuggestionsForDebugging(Category category) override;
|
| - std::vector<ContentSuggestion> GetDismissedSuggestionsForDebugging(
|
| - Category category) override;
|
| + void GetDismissedSuggestionsForDebugging(
|
| + Category category,
|
| + const DismissedSuggestionsCallback& callback) override;
|
| void ClearDismissedSuggestionsForDebugging(Category category) override;
|
|
|
| // Returns the lists of suggestion hosts the snippets are restricted to.
|
|
|