| 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..06ca37c0ce1047d57cfecc940bed7599dad3a915 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -140,6 +140,7 @@ 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) override;
|
| void ClearCachedSuggestions(Category category) override;
|
| void GetDismissedSuggestionsForDebugging(
|
| Category category,
|
|
|