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

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

Issue 1656005: Fix password mgr heuristics for sites that keep the login form around after signin (Closed)
Patch Set: Responding to feedback Created 10 years, 8 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/login_prompt.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/account_creation_view.cc
diff --git a/chrome/browser/chromeos/login/account_creation_view.cc b/chrome/browser/chromeos/login/account_creation_view.cc
index 1af6c064a2b5a41f1053f9e53179bcba4fcf79b9..1c20918c1b829c845cc358070e17c510df196287 100644
--- a/chrome/browser/chromeos/login/account_creation_view.cc
+++ b/chrome/browser/chromeos/login/account_creation_view.cc
@@ -53,8 +53,8 @@ class AccountCreationTabContents : public TabContents,
}
if (!user_name.empty()) {
// We don't have password here because all password fields were
- // stripped. Overriding TabContents::PasswordFormsSeen also has no sense
- // becuase password value is always empty for account create page.
+ // stripped. Overriding TabContents::PasswordFormsFound also makes no
+ // sense because password value is always empty for account create page.
delegate_->OnUserCreated(user_name + "@" + domain, "");
}
}
« no previous file with comments | « no previous file | chrome/browser/login_prompt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698