| 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 cf092570bcf68313bf524cf32f93120cdd69a51d..24e6885eabb0f0f0214a67b24a70892398e3ebcc 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -3347,6 +3347,8 @@ cr.define('login', function() {
|
| this.firstShown_ = false;
|
| this.lastFocusedPod_ = podToFocus;
|
| this.scrollFocusedPodIntoView();
|
| + } else {
|
| + chrome.send('noPodFocused');
|
| }
|
| this.insideFocusPod_ = false;
|
| },
|
|
|