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

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

Issue 5473001: [cros] Use same textfield settings across existing/new user pods and screen lock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: proper fix 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
Index: chrome/browser/chromeos/login/new_user_view.cc
diff --git a/chrome/browser/chromeos/login/new_user_view.cc b/chrome/browser/chromeos/login/new_user_view.cc
index 5bdf8adeef5d486adb113b5bc4a697bea8619471..974ad66860053bdf3ccb9e1003a9615910eeeb56 100644
--- a/chrome/browser/chromeos/login/new_user_view.cc
+++ b/chrome/browser/chromeos/login/new_user_view.cc
@@ -151,12 +151,10 @@ void NewUserView::Init() {
splitter_down2_ = CreateSplitter(kSplitterDown2Color);
username_field_ = new UsernameField();
- CorrectTextfieldFontSize(username_field_);
username_field_->set_background(new CopyBackground(this));
AddChildView(username_field_);
password_field_ = new TextfieldWithMargin(views::Textfield::STYLE_PASSWORD);
- CorrectTextfieldFontSize(password_field_);
password_field_->set_background(new CopyBackground(this));
AddChildView(password_field_);
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_view.cc ('k') | chrome/browser/chromeos/login/textfield_with_margin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698