| Index: chrome/browser/chromeos/login/login_utils.cc
|
| diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
|
| index 6ef63a606b197edd28d966aa00face3333dc67fe..d8ee18b58f76607549d29c8490365e402fcef2c6 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.cc
|
| +++ b/chrome/browser/chromeos/login/login_utils.cc
|
| @@ -889,6 +889,9 @@ void LoginUtilsImpl::StartSync(
|
|
|
| // Set the CrOS user by getting this constructor run with the
|
| // user's email on first retrieval.
|
| + // TODO(tim): Tidy this up once cros_user is gone (part of bug 93922).
|
| + user_profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
|
| + username_);
|
| user_profile->GetProfileSyncService(username_)->SetPassphrase(
|
| password_, false);
|
| username_ = "";
|
|
|