| Index: chrome/browser/chromeos/login/login_utils.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/login_utils.cc (revision 71271)
|
| +++ chrome/browser/chromeos/login/login_utils.cc (working copy)
|
| @@ -268,7 +268,9 @@
|
|
|
| // Set the CrOS user by getting this constructor run with the
|
| // user's email on first retrieval.
|
| - profile->GetProfileSyncService(username)->SetPassphrase(password, false);
|
| + profile->GetProfileSyncService(username)->SetPassphrase(password,
|
| + false,
|
| + true);
|
| btl->AddLoginTimeMarker("SyncStarted", false);
|
|
|
| // Attempt to take ownership; this will fail if device is already owned.
|
|
|