Index: ash/system/tray/tray_bubble_view.h |
diff --git a/ash/system/tray/tray_bubble_view.h b/ash/system/tray/tray_bubble_view.h |
index e7659356a7013dbacf9a540d9487d7ad5d0ab92f..d682237fdbba3e69abc6b46b5cc5c8cc12ac39e6 100644 |
--- a/ash/system/tray/tray_bubble_view.h |
+++ b/ash/system/tray/tray_bubble_view.h |
@@ -45,6 +45,7 @@ class TrayBubbleView : public views::BubbleDelegateView { |
virtual void OnMouseEnteredView() = 0; |
virtual void OnMouseExitedView() = 0; |
virtual void OnClickedOutsideView() = 0; |
+ virtual string16 GetAccessibleName() = 0; |
// Overridden from aura::EventFilter. |
virtual bool PreHandleKeyEvent(aura::Window* target, |