| Index: ash/system/drive/tray_drive.cc
|
| diff --git a/ash/system/drive/tray_drive.cc b/ash/system/drive/tray_drive.cc
|
| index 9c59b19237f4d4ea7e2392104268f04106d6322c..0a184a1176278220f5decad004df092a200e6532 100644
|
| --- a/ash/system/drive/tray_drive.cc
|
| +++ b/ash/system/drive/tray_drive.cc
|
| @@ -388,7 +388,8 @@ bool TrayDrive::GetInitialVisibility() {
|
| return list->size() > 0;
|
| }
|
|
|
| -views::View* TrayDrive::CreateDefaultView(user::LoginStatus status) {
|
| +views::View* TrayDrive::CreateDefaultView(user::LoginStatus status,
|
| + int bubble_width) {
|
| DCHECK(!default_);
|
|
|
| if (status != user::LOGGED_IN_USER && status != user::LOGGED_IN_OWNER)
|
|
|