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 fae5c963e3f98c78e69bf913cda44aaf9c45f85c..1e9a76329b6a1d31f0af6259eee6e9a24defaf17 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" |
@@ -292,7 +291,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)); |
James Cook
2017/02/14 02:04:38
Hooray that this is going away!
yiyix
2017/02/15 19:41:39
:)
|
AddTrayItem(base::MakeUnique<TrayBluetooth>(this)); |
tray_cast_ = new TrayCast(this); |
AddTrayItem(base::WrapUnique(tray_cast_)); |