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

Unified Diff: chrome/browser/chromeos/login/helper.h

Issue 5338002: [cros] Use WideButton for all screens, increase textfield vmargin on login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved ctor empty body to cc Created 10 years, 1 month 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 | « chrome/browser/chromeos/login/eula_view.cc ('k') | chrome/browser/chromeos/login/helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/helper.h
diff --git a/chrome/browser/chromeos/login/helper.h b/chrome/browser/chromeos/login/helper.h
index de65bcd205f727bc7f4c65799829df8c93af565a..f10ef0af83400ca26c900fb25c514d00a463f96a 100644
--- a/chrome/browser/chromeos/login/helper.h
+++ b/chrome/browser/chromeos/login/helper.h
@@ -20,6 +20,7 @@ class Size;
namespace views {
class Label;
+class MenuButton;
class Painter;
class Textfield;
class Throbber;
@@ -44,6 +45,9 @@ gfx::Rect CalculateScreenBounds(const gfx::Size& size);
// Corrects font size for Label control.
void CorrectLabelFontSize(views::Label* label);
+// Corrects font size for MenuButton control.
+void CorrectMenuButtonFontSize(views::MenuButton* button);
+
// Corrects font size for NativeButton control.
void CorrectNativeButtonFontSize(views::NativeButton* button);
« no previous file with comments | « chrome/browser/chromeos/login/eula_view.cc ('k') | chrome/browser/chromeos/login/helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698