| Index: ash/common/system/tray/system_tray.cc
|
| diff --git a/ash/common/system/tray/system_tray.cc b/ash/common/system/tray/system_tray.cc
|
| index 513635d4b547fb55deab63b87cdcef47bb8cd229..2b70229279c031f33866b4cbf0a76c3075a7cccb 100644
|
| --- a/ash/common/system/tray/system_tray.cc
|
| +++ b/ash/common/system/tray/system_tray.cc
|
| @@ -21,7 +21,6 @@
|
| #include "ash/common/system/chromeos/enterprise/tray_enterprise.h"
|
| #include "ash/common/system/chromeos/media_security/multi_profile_media_tray_item.h"
|
| #include "ash/common/system/chromeos/network/tray_network.h"
|
| -#include "ash/common/system/chromeos/network/tray_sms.h"
|
| #include "ash/common/system/chromeos/network/tray_vpn.h"
|
| #include "ash/common/system/chromeos/power/power_status.h"
|
| #include "ash/common/system/chromeos/power/tray_power.h"
|
| @@ -284,7 +283,6 @@ void SystemTray::CreateItems(SystemTrayDelegate* delegate) {
|
| tray_network_ = new TrayNetwork(this);
|
| AddTrayItem(base::WrapUnique(tray_network_));
|
| AddTrayItem(base::MakeUnique<TrayVPN>(this));
|
| - AddTrayItem(base::MakeUnique<TraySms>(this));
|
| AddTrayItem(base::MakeUnique<TrayBluetooth>(this));
|
| tray_cast_ = new TrayCast(this);
|
| AddTrayItem(base::WrapUnique(tray_cast_));
|
|
|