Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: ui/views/controls/button/label_button.h

Issue 119273002: Clean-up: Retires obsolete methods in views::Label and views::TextButtonBase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Synced. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/controls/button/label_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fd9620f86ca9bb5c5c50b45ee262ba35a8a53cbd..f1bb3d5e178b6f71ebe5be0ece900400687f3690 100644
--- a/ui/views/controls/button/label_button.h
+++ b/ui/views/controls/button/label_button.h
@@ -49,9 +49,6 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
// Get or set the font list used by this button.
const gfx::FontList& GetFontList() const;
void SetFontList(const gfx::FontList& font_list);
- // Obsolete versions.
- const gfx::Font& GetFont() const;
- void SetFont(const gfx::Font& font);
// Set the elide behavior of this button.
void SetElideBehavior(Label::ElideBehavior elide_behavior);
« no previous file with comments | « no previous file | ui/views/controls/button/label_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698