Chromium Code Reviews| Index: ash/system/power/tray_power.cc |
| diff --git a/ash/system/power/tray_power.cc b/ash/system/power/tray_power.cc |
| index df895d131dbdf1814f52c1e7d1819bfb792c34b5..d2355fd95bd5708e2ebd7b23e28016376280b074 100644 |
| --- a/ash/system/power/tray_power.cc |
| +++ b/ash/system/power/tray_power.cc |
| @@ -200,6 +200,8 @@ views::View* TrayPower::CreateDefaultView(user::LoginStatus status) { |
| power_->UpdatePowerStatus(power_status); |
| container->AddChildView(power_.get()); |
| } |
| + ash::Shell::GetInstance()->tray_delegate()->RequestStatusUpdate(); |
| + |
|
sky
2012/04/11 20:51:35
nit: I don't find this newline helping readability
|
| return container; |
| } |