Index: ash/system/tray/tray_background_view.h |
=================================================================== |
--- ash/system/tray/tray_background_view.h (revision 152315) |
+++ ash/system/tray/tray_background_view.h (working copy) |
@@ -67,7 +67,6 @@ |
virtual void OnMouseExited(const ui::MouseEvent& event) OVERRIDE; |
virtual void ChildPreferredSizeChanged(views::View* child) OVERRIDE; |
virtual void OnPaintFocusBorder(gfx::Canvas* canvas) OVERRIDE; |
- virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; |
virtual void AboutToRequestFocusFromTabTraversal(bool reverse) OVERRIDE; |
// Overridden from internal::ActionableView. |
@@ -82,8 +81,6 @@ |
// Called when the anchor (tray or bubble) may have moved or changed. |
virtual void AnchorUpdated() {} |
- virtual string16 GetAccessibleName() = 0; |
- |
// Sets |contents| as a child and sets its background to |background_|. |
void SetContents(views::View* contents); |