| Index: chromeos/login/auth/extended_authenticator_impl.cc
|
| diff --git a/chromeos/login/auth/extended_authenticator_impl.cc b/chromeos/login/auth/extended_authenticator_impl.cc
|
| index 98ec0b90c89108d49c3289ae27e918806caf92f4..7f9e7c8fd57c04edf393f34a685146efa6cdea09 100644
|
| --- a/chromeos/login/auth/extended_authenticator_impl.cc
|
| +++ b/chromeos/login/auth/extended_authenticator_impl.cc
|
| @@ -355,6 +355,7 @@ void ExtendedAuthenticatorImpl::OnOperationComplete(
|
|
|
| if (old_consumer_) {
|
| AuthFailure failure(AuthFailure::UNLOCK_FAILED);
|
| + failure.SetIsPinAttempt(user_context.IsUsingPin());
|
| old_consumer_->OnAuthFailure(failure);
|
| }
|
| }
|
|
|