| Index: ash/system/power/tray_power.cc
|
| diff --git a/ash/system/power/tray_power.cc b/ash/system/power/tray_power.cc
|
| index 27696e70066e853f39e3eb288d678ea0bc7c31bc..24083c7bcc3aae6dc1f2c18fbc2d9f43f57ee60d 100644
|
| --- a/ash/system/power/tray_power.cc
|
| +++ b/ash/system/power/tray_power.cc
|
| @@ -184,7 +184,8 @@ views::View* TrayPower::CreateTrayView(user::LoginStatus status) {
|
| return power_tray_;
|
| }
|
|
|
| -views::View* TrayPower::CreateDefaultView(user::LoginStatus status) {
|
| +views::View* TrayPower::CreateDefaultView(user::LoginStatus status,
|
| + int bubble_width) {
|
| // Make sure icon status is up-to-date. (Also triggers stub activation).
|
| ash::Shell::GetInstance()->tray_delegate()->RequestStatusUpdate();
|
| return NULL;
|
|
|