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

Unified Diff: ui/login/account_picker/user_pod_row.js

Issue 2208583006: UMA for pin unlock success/failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: 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: ui/login/account_picker/user_pod_row.js
diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js
index a260d039dc06bb2429fc4a1f45ed4d9b89959443..d890cc768033dc73acef40cc0489df4899438faf 100644
--- a/ui/login/account_picker/user_pod_row.js
+++ b/ui/login/account_picker/user_pod_row.js
@@ -1326,7 +1326,8 @@ cr.define('login', function() {
if (!password)
return false;
Oobe.disableSigninUI();
- chrome.send('authenticateUser', [this.user.username, password]);
+ chrome.send('authenticateUser', [this.user.username, password,
+ this.isPinShown()]);
} else {
console.error('Activating user pod with invalid authentication type: ' +
this.authType);
« tools/metrics/histograms/histograms.xml ('K') | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698