| Index: ui/views/controls/button/blue_button.h
|
| diff --git a/ui/views/controls/button/blue_button.h b/ui/views/controls/button/blue_button.h
|
| index 6335f0ac426e25d140cbed07beb786ac1a03110c..01139e79246b653cc3b03ed8a80dc9955ae86087 100644
|
| --- a/ui/views/controls/button/blue_button.h
|
| +++ b/ui/views/controls/button/blue_button.h
|
| @@ -15,7 +15,11 @@ class VIEWS_EXPORT BlueButton : public LabelButton {
|
| public:
|
| static const char kViewClassName[];
|
|
|
| + explicit BlueButton(ButtonListener* listener);
|
| +
|
| + // Deprecated (calls virtual methods). TODO(tapted): Remove this overload.
|
| BlueButton(ButtonListener* listener, const base::string16& text);
|
| +
|
| ~BlueButton() override;
|
|
|
| private:
|
|
|