Chromium Code Reviews| 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 a8f419c96fabd120b146bfdba16ffe1f945b9794..9848b69260fda5f7a782d88638c193a500e7403e 100644 |
| --- a/ui/views/controls/button/label_button.h |
| +++ b/ui/views/controls/button/label_button.h |
| @@ -146,7 +146,6 @@ class VIEWS_EXPORT LabelButton : public CustomButton, |
| FRIEND_TEST_ALL_PREFIXES(LabelButtonTest, Image); |
| FRIEND_TEST_ALL_PREFIXES(LabelButtonTest, LabelAndImage); |
| FRIEND_TEST_ALL_PREFIXES(LabelButtonTest, FontList); |
| - FRIEND_TEST_ALL_PREFIXES(LabelButtonTest, ButtonStyleIsDefaultSize); |
| void SetTextInternal(const base::string16& text); |
| @@ -167,6 +166,9 @@ class VIEWS_EXPORT LabelButton : public CustomButton, |
| // as false. |
| void ResetCachedPreferredSize(); |
| + // Updates additional state related to focus or default status. |
| + void HighlightStateChanged(); |
|
Elly Fong-Jones
2016/04/05 16:43:25
This function's comment is a little bit vague. It
tapted
2016/04/06 12:08:33
Done.
|
| + |
| // The image and label shown in the button. |
| ImageView* image_; |
| Label* label_; |