| 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 e08afbc8d10f86b2454e3b7b4895c24baf80860b..890369df75da2521e5a9a9d9db673a39cd8c051f 100644
|
| --- a/ash/system/web_notification/web_notification_tray.h
|
| +++ b/ash/system/web_notification/web_notification_tray.h
|
| @@ -109,6 +109,7 @@ class ASH_EXPORT WebNotificationTray
|
| virtual bool ShowPopups() OVERRIDE;
|
| virtual void HidePopups() OVERRIDE;
|
| virtual bool ShowNotifierSettings() OVERRIDE;
|
| + virtual bool IsContextMenuEnabled() const OVERRIDE;
|
| virtual message_center::MessageCenterTray* GetMessageCenterTray() OVERRIDE;
|
|
|
| // Overridden from SimpleMenuModel::Delegate.
|
|
|