| 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 50bfff4e495da75e891ae1dd007b9839ebfde4ff..85e8297f22195bd4417da8f8bc9bbab4ec4b5dbd 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -1534,6 +1534,7 @@ cr.define('login', function() {
|
| case 'Meta':
|
| break;
|
| case 'Escape':
|
| + this.actionBoxAreaElement.focus();
|
| this.isActionBoxMenuActive = false;
|
| e.stopPropagation();
|
| break;
|
|
|