| Index: components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc
|
| diff --git a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc
|
| index ee03cebf90033f43995851d23d2d7bfe0a089483..f335ec1e6081e6bbf339930f7572e7507e09ed75 100644
|
| --- a/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc
|
| +++ b/components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc
|
| @@ -86,6 +86,14 @@ void PhysicalWebPageSuggestionsProvider::FetchSuggestionImage(
|
| FROM_HERE, base::Bind(callback, gfx::Image()));
|
| }
|
|
|
| +void PhysicalWebPageSuggestionsProvider::ClearHistory(
|
| + base::Time begin,
|
| + base::Time end,
|
| + const base::Callback<bool(const GURL& url)>& filter) {
|
| + // TODO(vitaliii): Implement when dismissed suggestions are supported. See
|
| + // crbug.com/641321.
|
| +}
|
| +
|
| void PhysicalWebPageSuggestionsProvider::ClearCachedSuggestions(
|
| Category category) {
|
| // Ignored
|
|
|