Index: chrome/browser/chromeos/login/existing_user_controller.cc |
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc |
index 86a21efd6a2f52290e346af30d062d8ebbd9a678..8f05f28caf7fab5a1fb0a8235d941351fe24044a 100644 |
--- a/chrome/browser/chromeos/login/existing_user_controller.cc |
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc |
@@ -124,7 +124,7 @@ void ExistingUserController::Login(UserController* source, |
authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); |
Profile* profile = g_browser_process->profile_manager()->GetDefaultProfile(); |
ChromeThread::PostTask( |
- ChromeThread::FILE, FROM_HERE, |
+ ChromeThread::UI, FROM_HERE, |
NewRunnableMethod(authenticator_.get(), |
&Authenticator::AuthenticateToLogin, |
profile, |