diff options
author | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 15:39:54 +0000 |
---|---|---|
committer | nkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-17 15:39:54 +0000 |
commit | 3d7bd9e6236e5ead259d9c9ba398bc1c97a2a01e (patch) | |
tree | abcddaf676e5f9caee34a960f07933624891d005 | |
parent | 648cbc15a6830523b3a4eb78d674f059bd2a7ce9 (diff) | |
download | chromium_src-3d7bd9e6236e5ead259d9c9ba398bc1c97a2a01e.zip chromium_src-3d7bd9e6236e5ead259d9c9ba398bc1c97a2a01e.tar.gz chromium_src-3d7bd9e6236e5ead259d9c9ba398bc1c97a2a01e.tar.bz2 |
[cros] Make "New user" sign in consistent.
Always present "password changed" dialog when user homedir exists.
BUG=chromium-os:10623
TEST=Manual
Review URL: http://codereview.chromium.org/6350003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71596 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/chromeos/login/existing_user_controller.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc index 185f3e4..0ec0718 100644 --- a/chrome/browser/chromeos/login/existing_user_controller.cc +++ b/chrome/browser/chromeos/login/existing_user_controller.cc @@ -593,12 +593,6 @@ void ExistingUserController::OnOffTheRecordLoginSuccess() { void ExistingUserController::OnPasswordChangeDetected( const GaiaAuthConsumer::ClientLoginResult& credentials) { - // When signing in as a "New user" always remove old cryptohome. - if (selected_view_index_ == controllers_.size() - 1) { - ResyncEncryptedData(); - return; - } - // Must not proceed without signature verification. bool trusted_setting_available = user_settings_->RequestTrustedOwner( method_factory_.NewRunnableMethod( |