| 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 555e0924e504475301a3f676a74790620d72e46d..b8e1d930d27c903a6b11a14b991a4e6401d15f20 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -140,6 +140,10 @@ class NTPSnippetsService : 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,
|
| + const base::Callback<bool(const GURL& url)>& filter) override;
|
| void ClearCachedSuggestions(Category category) override;
|
| void GetDismissedSuggestionsForDebugging(
|
| Category category,
|
|
|