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 0ea81be7d1a29e183d04cd97f18096123f0d4374..6545949022fbc1b017b7442ed2a7715b652f3aeb 100644 |
--- a/ash/system/web_notification/web_notification_tray.h |
+++ b/ash/system/web_notification/web_notification_tray.h |
@@ -91,7 +91,12 @@ class ASH_EXPORT WebNotificationTray |
void BubbleViewDestroyed() override; |
void OnMouseEnteredView() override; |
void OnMouseExitedView() override; |
+ void RegisterAccelerators(const std::vector<ui::Accelerator>& accelerators, |
+ views::TrayBubbleView* tray_bubble_view) override; |
+ void UnregisterAllAccelerators( |
+ views::TrayBubbleView* tray_bubble_view) override; |
base::string16 GetAccessibleNameForBubble() override; |
+ bool ShouldEnableExtraKeyboardAccessibility() override; |
void HideBubble(const views::TrayBubbleView* bubble_view) override; |
// Overridden from MessageCenterTrayDelegate. |