Index: chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc |
diff --git a/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc b/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc |
index e585e9efca2504d16bb8a26658bb08b885a76e58..05148ba9e3e098d0a454971bd4f35fd61b9d8ae8 100644 |
--- a/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc |
+++ b/chrome/browser/browsing_data/chrome_browsing_data_remover_delegate.cc |
@@ -60,6 +60,7 @@ |
#include "components/ntp_snippets/bookmarks/bookmark_last_visit_utils.h" |
#include "components/ntp_snippets/content_suggestions_service.h" |
#include "components/omnibox/browser/omnibox_pref_names.h" |
+#include "components/open_from_clipboard/clipboard_recent_content.h" |
#include "components/password_manager/core/browser/password_store.h" |
#include "components/prefs/pref_service.h" |
#include "components/previews/core/previews_ui_service.h" |
@@ -420,6 +421,7 @@ void ChromeBrowsingDataRemoverDelegate::RemoveEmbedderData( |
clear_history_.GetCompletionCallback(), |
&history_task_tracker_); |
} |
+ ClipboardRecentContent::GetInstance()->SuppressClipboardContent(); |
msramek
2017/04/03 17:44:56
Are we sure that this exists? I can't find any cal
Mark P
2017/04/03 18:04:44
Yes, it should exist. It gets created when the om
|
// Currently, ContentSuggestionService instance exists only on Android. |
ntp_snippets::ContentSuggestionsService* content_suggestions_service = |