| Index: ash/system/chromeos/tray_display.cc
|
| diff --git a/ash/system/chromeos/tray_display.cc b/ash/system/chromeos/tray_display.cc
|
| index bf958d6063c2e0f6d2dab13cc7d1bb66b547ee00..a06d2eb5216df86ee15b1d1037b5fc65ac1fdae0 100644
|
| --- a/ash/system/chromeos/tray_display.cc
|
| +++ b/ash/system/chromeos/tray_display.cc
|
| @@ -125,7 +125,8 @@ TrayDisplay::~TrayDisplay() {
|
| Shell::GetInstance()->output_configurator()->RemoveObserver(this);
|
| }
|
|
|
| -views::View* TrayDisplay::CreateDefaultView(user::LoginStatus status) {
|
| +views::View* TrayDisplay::CreateDefaultView(user::LoginStatus status,
|
| + int bubble_width) {
|
| default_ = new DisplayView(status);
|
| return default_;
|
| }
|
|
|