| Index: chromeos/login/auth/cryptohome_authenticator.cc
|
| diff --git a/chromeos/login/auth/cryptohome_authenticator.cc b/chromeos/login/auth/cryptohome_authenticator.cc
|
| index 9fc700af4038cee33c1d0e7578114fc20369068c..e93d97f00fab69b831a18e2630648a806a1f758a 100644
|
| --- a/chromeos/login/auth/cryptohome_authenticator.cc
|
| +++ b/chromeos/login/auth/cryptohome_authenticator.cc
|
| @@ -501,7 +501,8 @@ void CryptohomeAuthenticator::AuthenticateToLogin(
|
|
|
| void CryptohomeAuthenticator::CompleteLogin(content::BrowserContext* context,
|
| const UserContext& user_context) {
|
| - DCHECK_EQ(user_manager::USER_TYPE_REGULAR, user_context.GetUserType());
|
| + DCHECK(user_context.GetUserType() == user_manager::USER_TYPE_REGULAR ||
|
| + user_context.GetUserType() == user_manager::USER_TYPE_AD);
|
| authentication_context_ = context;
|
| current_state_.reset(new AuthAttemptState(user_context,
|
| true, // unlock
|
|
|