| Index: ui/message_center/message_center_tray.h
|
| diff --git a/ui/message_center/message_center_tray.h b/ui/message_center/message_center_tray.h
|
| index 278eb2eb6dc35c348604d0bf0a999054cef3a0ad..2b3843cdc1ad1a434f1569dec1c4abd9caf2a38b 100644
|
| --- a/ui/message_center/message_center_tray.h
|
| +++ b/ui/message_center/message_center_tray.h
|
| @@ -85,7 +85,8 @@ class MESSAGE_CENTER_EXPORT MessageCenterTray : public MessageCenterObserver {
|
| const std::string& notification_id,
|
| int button_index) OVERRIDE;
|
| virtual void OnNotificationDisplayed(
|
| - const std::string& notification_id) OVERRIDE;
|
| + const std::string& notification_id,
|
| + const NotificationDisplaySource source) OVERRIDE;
|
| virtual void OnQuietModeChanged(bool in_quiet_mode) OVERRIDE;
|
| virtual void OnBlockingStateChanged(NotificationBlocker* blocker) OVERRIDE;
|
|
|
|
|