| Index: ui/message_center/message_center_tray.cc
|
| diff --git a/ui/message_center/message_center_tray.cc b/ui/message_center/message_center_tray.cc
|
| index fff1fd25b220a9e6fbedc22b0e2030bd9166fb81..fdbdb635a0ccea374b7f5a9d4d3f80e7e55e5305 100644
|
| --- a/ui/message_center/message_center_tray.cc
|
| +++ b/ui/message_center/message_center_tray.cc
|
| @@ -233,7 +233,8 @@ void MessageCenterTray::OnNotificationButtonClicked(
|
| }
|
|
|
| void MessageCenterTray::OnNotificationDisplayed(
|
| - const std::string& notification_id) {
|
| + const std::string& notification_id,
|
| + const NotificationDisplaySource source) {
|
| NotifyMessageCenterTrayChanged();
|
| }
|
|
|
|
|