| 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_;
|
|
|