| Index: chrome/browser/chromeos/login/parallel_authenticator.cc
|
| diff --git a/chrome/browser/chromeos/login/parallel_authenticator.cc b/chrome/browser/chromeos/login/parallel_authenticator.cc
|
| index f866c5b640f8870e467b11a37339cf80d81d7b75..741f44b2237f6097d5860f56acab5e6d254394c2 100644
|
| --- a/chrome/browser/chromeos/login/parallel_authenticator.cc
|
| +++ b/chrome/browser/chromeos/login/parallel_authenticator.cc
|
| @@ -237,7 +237,10 @@ void ParallelAuthenticator::CompleteLogin(Profile* profile,
|
| new AuthAttemptState(
|
| UserContext(canonicalized,
|
| user_context.password,
|
| - user_context.auth_code),
|
| + user_context.auth_code,
|
| + user_context.username_hash,
|
| + user_context.using_oauth,
|
| + user_context.auth_flow),
|
| !UserManager::Get()->IsKnownUser(canonicalized)));
|
|
|
| // Reset the verified flag.
|
|
|