| Index: ash/common/system/chromeos/session/logout_button_tray.cc
|
| diff --git a/ash/common/system/chromeos/session/logout_button_tray.cc b/ash/common/system/chromeos/session/logout_button_tray.cc
|
| index 06574c0caff13d61eaf7833739f67cf5d09fa207..afc9be16518bd746c8fd45a673916ff62bddbc5f 100644
|
| --- a/ash/common/system/chromeos/session/logout_button_tray.cc
|
| +++ b/ash/common/system/chromeos/session/logout_button_tray.cc
|
| @@ -34,7 +34,7 @@
|
| namespace ash {
|
|
|
| LogoutButtonTray::LogoutButtonTray(WmShelf* wm_shelf)
|
| - : TrayBackgroundView(wm_shelf),
|
| + : TrayBackgroundView(wm_shelf, true),
|
| button_(nullptr),
|
| login_status_(LoginStatus::NOT_LOGGED_IN),
|
| show_logout_button_in_tray_(false) {
|
|
|