Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: chromeos/login/auth/extended_authenticator_impl.cc

Issue 2208583006: UMA for pin unlock success/failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fixed patch set 1 errors. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
}

Powered by Google App Engine
This is Rietveld 408576698