| Index: chrome/browser/notifications/message_center_stats_collector.h
|
| diff --git a/chrome/browser/notifications/message_center_stats_collector.h b/chrome/browser/notifications/message_center_stats_collector.h
|
| index 463b7ed07c0c91081ee3f1d700ec2aee9802a92c..1f941e95912f53dd16595b079081575a4c201121 100644
|
| --- a/chrome/browser/notifications/message_center_stats_collector.h
|
| +++ b/chrome/browser/notifications/message_center_stats_collector.h
|
| @@ -73,7 +73,8 @@ class MessageCenterStatsCollector
|
| virtual void OnNotificationButtonClicked(const std::string& notification_id,
|
| int button_index) OVERRIDE;
|
| virtual void OnNotificationDisplayed(
|
| - const std::string& notification_id) OVERRIDE;
|
| + const std::string& notification_id,
|
| + const message_center::NotificationDisplaySource source) OVERRIDE;
|
| virtual void OnCenterVisibilityChanged(
|
| message_center::Visibility visibility) OVERRIDE;
|
| virtual void OnQuietModeChanged(bool in_quiet_mode) OVERRIDE;
|
|
|