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

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

Issue 6355007: Remove error bubble on typing new password (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ignore password clearing Created 9 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 | chrome/browser/chromeos/login/new_user_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/existing_user_view.cc
diff --git a/chrome/browser/chromeos/login/existing_user_view.cc b/chrome/browser/chromeos/login/existing_user_view.cc
index 26bb6ba7a5bb7d01c430d193172b8e03f1f21942..ab7e3bf098de2f5fcda7e8b20f1eb9b39a934bca 100644
--- a/chrome/browser/chromeos/login/existing_user_view.cc
+++ b/chrome/browser/chromeos/login/existing_user_view.cc
@@ -116,6 +116,8 @@ bool ExistingUserView::HandleKeyEvent(views::Textfield* sender,
void ExistingUserView::ContentsChanged(views::Textfield* sender,
const string16& new_contents) {
+ if (!new_contents.empty())
+ user_controller_->ClearErrors();
}
void ExistingUserView::EnableInputControls(bool enabled) {
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/new_user_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698