| Index: ash/system/tray/system_tray_bubble.h
|
| diff --git a/ash/system/tray/system_tray_bubble.h b/ash/system/tray/system_tray_bubble.h
|
| index 5bef40c1b294b694b6a81ffe46af80db78b281a2..856aa3528166acb138e41004827f85ca7b0e7a9e 100644
|
| --- a/ash/system/tray/system_tray_bubble.h
|
| +++ b/ash/system/tray/system_tray_bubble.h
|
| @@ -49,6 +49,7 @@ class SystemTrayBubble : public TrayBubbleView::Host,
|
| virtual void OnMouseEnteredView() OVERRIDE;
|
| virtual void OnMouseExitedView() OVERRIDE;
|
| virtual void OnClickedOutsideView() OVERRIDE;
|
| + virtual string16 GetAccessibleName() OVERRIDE;
|
|
|
| BubbleType bubble_type() const { return bubble_type_; }
|
| TrayBubbleView* bubble_view() const { return bubble_view_; }
|
|
|