| 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 25fcdb565268bef8f9aade71c975320a96b81d7e..e063d8c0fdc1fc5fe3320fec5f240df2a0a9933b 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -57,9 +57,6 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
|
| // Sets whether subpixel rendering is used on the label.
|
| void SetTextSubpixelRenderingEnabled(bool enabled);
|
|
|
| - // TODO(estade): remove. See crbug.com/633986
|
| - void SetFontListDeprecated(const gfx::FontList& font_list);
|
| -
|
| // Adjusts the font size up or down by the given amount.
|
| virtual void AdjustFontSize(int font_size_delta);
|
|
|
|
|