| 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 588cd4f49be08cd26240c01bb6da761b99b37f24..07a0a290a58aabd14115e9fe7b42a11e49a04bca 100644
|
| --- a/ash/system/chromeos/network/tray_sms.cc
|
| +++ b/ash/system/chromeos/network/tray_sms.cc
|
| @@ -308,6 +308,8 @@ views::View* TraySms::CreateDetailedView(user::LoginStatus status) {
|
|
|
| views::View* TraySms::CreateNotificationView(user::LoginStatus status) {
|
| CHECK(notification_ == NULL);
|
| + if (detailed_)
|
| + return NULL;
|
| size_t index;
|
| std::string number, text;
|
| if (GetLatestMessage(&index, &number, &text))
|
|
|