| Index: chrome/browser/notifications/message_center_stats_collector.cc
|
| diff --git a/chrome/browser/notifications/message_center_stats_collector.cc b/chrome/browser/notifications/message_center_stats_collector.cc
|
| index 459f2de0aed10f93bbd3e262544dd42e35a47e60..c876e7d7bf277f5ccc56ca5d4a808c4bd671313e 100644
|
| --- a/chrome/browser/notifications/message_center_stats_collector.cc
|
| +++ b/chrome/browser/notifications/message_center_stats_collector.cc
|
| @@ -109,7 +109,7 @@ void MessageCenterStatsCollector::OnNotificationButtonClicked(
|
| notification_stat.CollectAction(NOTIFICATION_ACTION_BUTTON_CLICK);
|
| }
|
|
|
| -void MessageCenterStatsCollector::OnNotificationSettingsClicked() {
|
| +void MessageCenterStatsCollector::OnNotificationSettingsClicked(bool handled) {
|
| content::RecordAction(
|
| base::UserMetricsAction("Notifications.ShowSiteSettings"));
|
| }
|
|
|