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

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

Issue 2774004: Disable language menu during sign in process. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d40fa67d5fade2a730b7c362bef096dffc4fd635..c29b7c8c07c72f23aa848a1b2ed63436c3c656af 100644
--- a/chrome/browser/chromeos/login/new_user_view.cc
+++ b/chrome/browser/chromeos/login/new_user_view.cc
@@ -370,6 +370,7 @@ bool NewUserView::HandleKeystroke(views::Textfield* s,
}
void NewUserView::EnableInputControls(bool enabled) {
+ languages_menubutton_->SetEnabled(enabled);
username_field_->SetEnabled(enabled);
password_field_->SetEnabled(enabled);
sign_in_button_->SetEnabled(enabled);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698