| 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 ce8eeb571fed8b17ee9ebde38bc2527084d8c975..5ae37736762de428089e9eaa715a2fc7a16991ab 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,6 +48,7 @@ class PhysicalWebPageSuggestionsProvider : public ContentSuggestionsProvider {
|
| void DismissSuggestion(const std::string& suggestion_id) override;
|
| void FetchSuggestionImage(const std::string& suggestion_id,
|
| const ImageFetchedCallback& callback) override;
|
| + void ClearHistory(base::Time begin, base::Time end) override;
|
| void ClearCachedSuggestions(Category category) override;
|
| void GetDismissedSuggestionsForDebugging(
|
| Category category,
|
|
|