| 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 a260d039dc06bb2429fc4a1f45ed4d9b89959443..dc1548c7fa01e54ef8717d262e5b71a5709b4c53 100644
|
| --- a/ui/login/account_picker/user_pod_row.js
|
| +++ b/ui/login/account_picker/user_pod_row.js
|
| @@ -1111,8 +1111,6 @@ cr.define('login', function() {
|
| // Set the focus to the input element after showing/hiding pin keyboard.
|
| if (visible)
|
| this.pinKeyboard.focus();
|
| - else
|
| - this.mainInput.focus();
|
| },
|
|
|
| isPinShown: function() {
|
|
|