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