| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 51599b83d17eb6ffb99abb2c92a4f1affa2be7bb..62b7cae9fcc854506485f89856fbf130a8c5bb08 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -507,6 +507,7 @@ void SystemTray::UpdateAfterLoginStatusChange(user::LoginStatus login_status) {
|
| if (view)
|
| container_->AddChildViewAt(new TrayItemContainer(view), 0);
|
| }
|
| + SetVisible(true);
|
| PreferredSizeChanged();
|
| }
|
|
|
|
|