diff options
Diffstat (limited to 'ash/system/power')
-rw-r--r-- | ash/system/power/tray_power.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/system/power/tray_power.cc b/ash/system/power/tray_power.cc index 18c3364..ee0229f 100644 --- a/ash/system/power/tray_power.cc +++ b/ash/system/power/tray_power.cc @@ -222,6 +222,8 @@ views::View* TrayPower::CreateDefaultView(user::LoginStatus status) { SkColorSetARGB(0, 0, 0, 0))); container->AddChildView(power_.get()); } + ash::Shell::GetInstance()->tray_delegate()->RequestStatusUpdate(); + return container; } |