| Index: chrome/browser/resources/gaia_auth/main.js
|
| diff --git a/chrome/browser/resources/gaia_auth/main.js b/chrome/browser/resources/gaia_auth/main.js
|
| index ced0c3d99a5003e815329d9ba5a485e239ede305..3b8ab20f95b13eb73c20505b2a565420e95959de 100644
|
| --- a/chrome/browser/resources/gaia_auth/main.js
|
| +++ b/chrome/browser/resources/gaia_auth/main.js
|
| @@ -188,6 +188,9 @@ Authenticator.prototype = {
|
| 'method': 'loginUILoaded'
|
| };
|
| window.parent.postMessage(msg, this.parentPage_);
|
| + if (this.inlineMode_) {
|
| + $('gaia-frame').focus();
|
| + }
|
| },
|
|
|
| onConfirmLogin_: function() {
|
|
|