| 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 10ea7459ef299ce99b0db6ceb0fc17037290eccf..2b873f9246281c193d3c99d4f57ad18f2ff7b110 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
|
| @@ -50,8 +50,9 @@ class PhysicalWebPageSuggestionsProvider : public ContentSuggestionsProvider {
|
| 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;
|
|
|
| private:
|
|
|