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

Unified Diff: chrome/browser/chromeos/login/webui_login_view.cc

Issue 9307099: chromeos/aura: Make login screen status area font non-bold. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 10 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
Index: chrome/browser/chromeos/login/webui_login_view.cc
diff --git a/chrome/browser/chromeos/login/webui_login_view.cc b/chrome/browser/chromeos/login/webui_login_view.cc
index 766ca79526c03dad24b8c82a145b91195bc1c27d..9ba555821669d2c9f0fa41d16add1ccac90f4ec6 100644
--- a/chrome/browser/chromeos/login/webui_login_view.cc
+++ b/chrome/browser/chromeos/login/webui_login_view.cc
@@ -269,12 +269,8 @@ void WebUILoginView::ExecuteStatusAreaCommand(
}
}
-gfx::Font WebUILoginView::GetStatusAreaFont(const gfx::Font& font) const {
- return font;
-}
-
StatusAreaButton::TextStyle WebUILoginView::GetStatusAreaTextStyle() const {
- return StatusAreaButton::GRAY_PLAIN;
+ return StatusAreaButton::GRAY_PLAIN_LIGHT;
}
void WebUILoginView::ButtonVisibilityChanged(views::View* button_view) {
« no previous file with comments | « chrome/browser/chromeos/login/webui_login_view.h ('k') | chrome/browser/chromeos/status/status_area_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698