| Index: chrome/browser/resources/gaia_auth_host/authenticator.js
|
| diff --git a/chrome/browser/resources/gaia_auth_host/authenticator.js b/chrome/browser/resources/gaia_auth_host/authenticator.js
|
| index 3b9f0038430c521ccdfe24aee1b17ed563ec4357..43739f5d2594392a8e0177d7b4ef054c0561439b 100644
|
| --- a/chrome/browser/resources/gaia_auth_host/authenticator.js
|
| +++ b/chrome/browser/resources/gaia_auth_host/authenticator.js
|
| @@ -512,6 +512,9 @@ cr.define('cr.login', function() {
|
| var msg = e.data;
|
| if (msg.method == 'attemptLogin') {
|
| this.email_ = msg.email;
|
| + if (this.authMode == AuthMode.DESKTOP)
|
| + this.password_ = msg.password;
|
| +
|
| this.chooseWhatToSync_ = msg.chooseWhatToSync;
|
| // We need to dispatch only first event, before user enters password.
|
| this.dispatchEvent(
|
|
|