| 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 0c45baf7db49104660165194f7ac2a1bf69ac7bf..459f2de0aed10f93bbd3e262544dd42e35a47e60 100644
|
| --- a/chrome/browser/notifications/message_center_stats_collector.cc
|
| +++ b/chrome/browser/notifications/message_center_stats_collector.cc
|
| @@ -109,8 +109,9 @@
|
| notification_stat.CollectAction(NOTIFICATION_ACTION_BUTTON_CLICK);
|
| }
|
|
|
| -void MessageCenterStatsCollector::OnNotificationSettingsClicked(bool handled) {
|
| - base::RecordAction(base::UserMetricsAction("Notifications.ShowSiteSettings"));
|
| +void MessageCenterStatsCollector::OnNotificationSettingsClicked() {
|
| + content::RecordAction(
|
| + base::UserMetricsAction("Notifications.ShowSiteSettings"));
|
| }
|
|
|
| void MessageCenterStatsCollector::OnNotificationDisplayed(
|
|
|