| Index: chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.cc b/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.cc
|
| index 6309acec1cb5e92a457d2e1c749956dd56407ccb..638c0fda7361115379b00e9fd174aee64203d8f9 100644
|
| --- a/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/settings_clear_browsing_data_handler.cc
|
| @@ -199,6 +199,10 @@ void ClearBrowsingDataHandler::RefreshHistoryNotice() {
|
| void ClearBrowsingDataHandler::UpdateHistoryNotice(bool show) {
|
| should_show_history_footer_ = show;
|
| OnStateChanged();
|
| +
|
| + UMA_HISTOGRAM_BOOLEAN(
|
| + "History.ClearBrowsingData.HistoryNoticeShownInFooterWhenUpdated",
|
| + should_show_history_footer_);
|
| }
|
|
|
| } // namespace settings
|
|
|