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

Unified Diff: ash/system/tray/system_tray_notifier.h

Issue 2091953002: mash: Move TrayTracing to //ash/common/system/chromeos (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 6 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/system/tray/system_tray.cc ('k') | ash/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_notifier.h
diff --git a/ash/system/tray/system_tray_notifier.h b/ash/system/tray/system_tray_notifier.h
index 98bd985867eb5f820d4b10775f24f9763b0c1739..13d85f4a721bca68a7698206c6a967a87df8b0c5 100644
--- a/ash/system/tray/system_tray_notifier.h
+++ b/ash/system/tray/system_tray_notifier.h
@@ -11,7 +11,6 @@
#include <vector>
#include "ash/ash_export.h"
-#include "ash/system/chromeos/tray_tracing.h"
#include "ash/system/user/user_observer.h"
#include "base/macros.h"
#include "base/observer_list.h"
@@ -41,9 +40,6 @@ class ASH_EXPORT SystemTrayNotifier {
SystemTrayNotifier();
~SystemTrayNotifier();
- void AddTracingObserver(TracingObserver* observer);
- void RemoveTracingObserver(TracingObserver* observer);
-
void AddUserObserver(UserObserver* observer);
void RemoveUserObserver(UserObserver* observer);
@@ -81,7 +77,6 @@ class ASH_EXPORT SystemTrayNotifier {
void RemoveLastWindowClosedObserver(LastWindowClosedObserver* observer);
#endif
- void NotifyTracingModeChanged(bool value);
void NotifyUserUpdate();
void NotifyUserAddedToSession();
#if defined(OS_CHROMEOS)
@@ -105,7 +100,6 @@ class ASH_EXPORT SystemTrayNotifier {
#endif
private:
- base::ObserverList<TracingObserver> tracing_observers_;
base::ObserverList<UserObserver> user_observers_;
#if defined(OS_CHROMEOS)
base::ObserverList<BluetoothObserver> bluetooth_observers_;
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | ash/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698