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 dccf245cb6edff2c3652bbef4441da3a2d48e309..deff1c16ea85758db682c06daab070cc304fb6db 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, |