| Index: chrome/browser/browsing_data/browsing_data_remover.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.cc b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| index 42156529798915316326dcd3fd59061224e0ff61..c657f749bd9746403298c9a967bd9cdd9917e47f 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| @@ -513,6 +513,13 @@ void BrowsingDataRemover::RemoveImpl(
|
| #endif
|
| }
|
|
|
| + ntp_snippets::ContentSuggestionsService* content_suggestions_service =
|
| + ContentSuggestionsServiceFactory::GetForProfile(profile_);
|
| + if (content_suggestions_service) {
|
| + content_suggestions_service->ClearHistory(delete_begin_, delete_end_,
|
| + filter);
|
| + }
|
| +
|
| #if defined(ENABLE_EXTENSIONS)
|
| // Clear launch times as they are a form of history.
|
| extensions::ExtensionPrefs* extension_prefs =
|
|
|