| Index: ash/system/chromeos/network/tray_sms.cc
|
| diff --git a/ash/system/chromeos/network/tray_sms.cc b/ash/system/chromeos/network/tray_sms.cc
|
| index f2a32a3a95434be15834a568cbbd810802c50538..910bf08a830713f75b716e83cf0c35a3e3cc9724 100644
|
| --- a/ash/system/chromeos/network/tray_sms.cc
|
| +++ b/ash/system/chromeos/network/tray_sms.cc
|
| @@ -294,7 +294,8 @@ views::View* TraySms::CreateDefaultView(user::LoginStatus status) {
|
| return default_;
|
| }
|
|
|
| -views::View* TraySms::CreateDetailedView(user::LoginStatus status) {
|
| +views::View* TraySms::CreateDetailedView(user::LoginStatus status,
|
| + int bubble_width) {
|
| CHECK(detailed_ == NULL);
|
| HideNotificationView();
|
| if (messages_.empty())
|
|
|