Index: ui/views/controls/button/label_button.h |
diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h |
index 91b68faae2c37147351035d90e958e71c7bf733a..5e3591472b2edec25c8b79f1e34abcbfa7d8198e 100644 |
--- a/ui/views/controls/button/label_button.h |
+++ b/ui/views/controls/button/label_button.h |
@@ -76,8 +76,10 @@ class VIEWS_EXPORT LabelButton : public CustomButton, |
void SetIsDefault(bool is_default); |
// Gets or sets the button's overall style; the default is |STYLE_TEXTBUTTON|. |
+ // DEPRECATED: ButtonStyle is deprecated. Use MdTextButton in place of |
+ // |STYLE_BUTTON|. |
ButtonStyle style() const { return style_; } |
- void SetStyle(ButtonStyle style); |
+ void SetStyleDeprecated(ButtonStyle style); |
// Sets the spacing between the image and the text. Shrinking the spacing |
// will not shrink the overall button size, as it is monotonically increasing. |