Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1028)

Unified Diff: ash/common/system/tray/system_tray.cc

Issue 2690543003: Send notification to users upon receiving sms messages (Closed)
Patch Set: fix nits Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/system/system_notifier.cc ('k') | ash/common/system/tray/tray_notification_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_));
« no previous file with comments | « ash/common/system/system_notifier.cc ('k') | ash/common/system/tray/tray_notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698