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

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

Issue 2559323006: Debug "failed do deserialize"
Patch Set: Created 4 years 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
« no previous file with comments | « ui/login/account_picker/screen_account_picker.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 50bfff4e495da75e891ae1dd007b9839ebfde4ff..188d565c195f255669d3a5f6c313b2abf46e93f7 100644
--- a/ui/login/account_picker/user_pod_row.js
+++ b/ui/login/account_picker/user_pod_row.js
@@ -1410,6 +1410,7 @@ cr.define('login', function() {
if (!password)
return false;
Oobe.disableSigninUI();
+ console.error("chrome.send authenticateUser. username='" + this.user.username + "'");
chrome.send('authenticateUser', [this.user.username, password,
this.isPinShown()]);
} else {
« no previous file with comments | « ui/login/account_picker/screen_account_picker.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698