| Index: ash/system/web_notification/web_notification_tray.h
|
| diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h
|
| index 0044875cdecaf4baee977fda14cf943ae2166e4c..d8b2fd3a02a2b09339a086331b784cbacadd2591 100644
|
| --- a/ash/system/web_notification/web_notification_tray.h
|
| +++ b/ash/system/web_notification/web_notification_tray.h
|
| @@ -107,6 +107,7 @@ class ASH_EXPORT WebNotificationTray
|
| virtual bool ShowPopups() OVERRIDE;
|
| virtual void HidePopups() OVERRIDE;
|
| virtual bool ShowNotifierSettings() OVERRIDE;
|
| + virtual message_center::MessageCenterTray* GetMessageCenterTray() OVERRIDE;
|
|
|
| // Overridden from TrayBackgroundView.
|
| virtual bool IsPressed() OVERRIDE;
|
|
|