| 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 4cf477203baf5cbb29dbc06be4b49f763962581e..0f336eacd84dcd4caaabc30f9e3bcffb276fd94a 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) {
|
| base::RecordAction(base::UserMetricsAction("Notifications.ShowSiteSettings"));
|
| }
|
|
|
|
|