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 5fb41399e28c03a524974d1f7513ac28f59b9c61..b428e0a267e77d9d44e899c873417f5550187c8d 100644 |
--- a/ui/views/controls/button/custom_button.h |
+++ b/ui/views/controls/button/custom_button.h |
@@ -76,7 +76,6 @@ class VIEWS_EXPORT CustomButton : public Button, |
virtual void SetHotTracked(bool flag) OVERRIDE; |
virtual bool IsHotTracked() const OVERRIDE; |
virtual void OnEnabledChanged() OVERRIDE; |
- virtual bool IsEnabled() const OVERRIDE; |
virtual std::string GetClassName() const OVERRIDE; |
virtual bool OnMousePressed(const MouseEvent& event) OVERRIDE; |
virtual bool OnMouseDragged(const MouseEvent& event) OVERRIDE; |