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

Unified Diff: chrome/browser/resources/gaia_auth_host/gaia_auth_host.js

Issue 1115993002: ChromeOS Gaia: SAML password confirmation dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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/gaia_auth_host/gaia_auth_host.js
diff --git a/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js b/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
index 5970e1eb335c4f9aea2ba0ba20ad64247980a8fe..e568fc7d81e97b1e53e84ac8b66d8c0459fe68aa 100644
--- a/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
+++ b/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
@@ -371,7 +371,7 @@ cr.define('cr.login', function() {
if (msg.method == 'confirmPassword') {
if (this.confirmPasswordCallback_)
- this.confirmPasswordCallback_(msg.passwordCount);
+ this.confirmPasswordCallback_(msg.email, msg.passwordCount);
else
console.error('GaiaAuthHost: Invalid confirmPasswordCallback_.');
return;

Powered by Google App Engine
This is Rietveld 408576698