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

Unified Diff: chrome/browser/resources/chromeos/login/login_shared.js

Issue 2208583006: UMA for pin unlock success/failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fixed failing test. 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: chrome/browser/resources/chromeos/login/login_shared.js
diff --git a/chrome/browser/resources/chromeos/login/login_shared.js b/chrome/browser/resources/chromeos/login/login_shared.js
index d0803d1fd46bfc82cbf44b688caaeb512f050e02..0c50cd4ef9ba91c4d6eca8b37033f32217ffa71f 100644
--- a/chrome/browser/resources/chromeos/login/login_shared.js
+++ b/chrome/browser/resources/chromeos/login/login_shared.js
@@ -335,7 +335,7 @@ cr.define('cr.ui', function() {
*/
Oobe.authenticateForTesting = function(username, password) {
Oobe.disableSigninUI();
- chrome.send('authenticateUser', [username, password]);
+ chrome.send('authenticateUser', [username, password, false]);
};
/**

Powered by Google App Engine
This is Rietveld 408576698