Chromium Code Reviews| Index: ui/login/account_picker/screen_account_picker.js |
| diff --git a/ui/login/account_picker/screen_account_picker.js b/ui/login/account_picker/screen_account_picker.js |
| index 9823493208fa7bffea87db553b1dcae5792cb522..ceebb6b0e8190c8be4baa25fd7ce15de13f30140 100644 |
| --- a/ui/login/account_picker/screen_account_picker.js |
| +++ b/ui/login/account_picker/screen_account_picker.js |
| @@ -118,6 +118,8 @@ login.createScreen('AccountPickerScreen', 'account-picker', function() { |
| this.showing_ = true; |
| chrome.send('loginUIStateChanged', ['account-picker', true]); |
| $('login-header-bar').signinUIState = SIGNIN_UI_STATE.ACCOUNT_PICKER; |
| + // Button header is always visible when account picker is presented. |
|
Alexander Alekseev
2016/12/28 18:04:17
nit: "Header bar should be always visible on Accou
|
| + Oobe.getInstance().headerHidden = false; |
| chrome.send('hideCaptivePortal'); |
| var podRow = $('pod-row'); |
| podRow.handleBeforeShow(); |