Index: chrome/browser/chromeos/login/login_utils.cc |
=================================================================== |
--- chrome/browser/chromeos/login/login_utils.cc (revision 58702) |
+++ chrome/browser/chromeos/login/login_utils.cc (working copy) |
@@ -181,6 +181,10 @@ |
token_service->StartFetchingTokens(); |
} |
+ // Set the CrOS user by getting this constructor run with the |
+ // user's email on first retrieval. |
+ profile->GetProfileSyncService(username); |
+ |
// Attempt to take ownership; this will fail if device is already owned. |
OwnershipService::GetSharedInstance()->StartTakeOwnershipAttempt(); |