| Index: ash/common/system/tray/actionable_view.h
|
| diff --git a/ash/common/system/tray/actionable_view.h b/ash/common/system/tray/actionable_view.h
|
| index bcb71349e359a629453b054baf74b304a52115a6..918191205f4d1b149b5681c6ef57130f4e41c8aa 100644
|
| --- a/ash/common/system/tray/actionable_view.h
|
| +++ b/ash/common/system/tray/actionable_view.h
|
| @@ -48,9 +48,6 @@ class ASH_EXPORT ActionableView : public views::ButtonListener,
|
| // color. Subclasses can override to change the default settings.
|
| virtual void OnPaintFocus(gfx::Canvas* canvas);
|
|
|
| - // Returns the bounds to paint the focus rectangle in.
|
| - virtual gfx::Rect GetFocusBounds();
|
| -
|
| // Performs an action when user clicks on the view (on mouse-press event), or
|
| // presses a key when this view is in focus. Returns true if the event has
|
| // been handled and an action was performed. Returns false otherwise.
|
|
|