| Index: ui/views/controls/button/custom_button.h
|
| diff --git a/ui/views/controls/button/custom_button.h b/ui/views/controls/button/custom_button.h
|
| index b428e0a267e77d9d44e899c873417f5550187c8d..4e22fbc1792ab90899edd096d160389d8d3c21e7 100644
|
| --- a/ui/views/controls/button/custom_button.h
|
| +++ b/ui/views/controls/button/custom_button.h
|
| @@ -118,7 +118,6 @@ class VIEWS_EXPORT CustomButton : public Button,
|
| virtual void ViewHierarchyChanged(bool is_add,
|
| View* parent,
|
| View* child) OVERRIDE;
|
| - virtual bool IsFocusable() const OVERRIDE;
|
| virtual void OnBlur() OVERRIDE;
|
|
|
| // The button state (defined in implementation)
|
|
|