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

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

Issue 2780963002: ash: Fix system tray avatar not updated regression (Closed)
Patch Set: resized_ -> resized_image_ Created 3 years, 9 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/session/session_state_observer.h ('k') | ash/common/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/common/system/tray/system_tray_notifier.h
diff --git a/ash/common/system/tray/system_tray_notifier.h b/ash/common/system/tray/system_tray_notifier.h
index 1b80a67a806e29d7b1ea8f34e67e63e7df049bee..8bc1cd49c71922737841c15fe92ba25dc6c1771d 100644
--- a/ash/common/system/tray/system_tray_notifier.h
+++ b/ash/common/system/tray/system_tray_notifier.h
@@ -30,7 +30,6 @@ class ScreenCaptureObserver;
class ScreenShareObserver;
class SessionLengthLimitObserver;
class TracingObserver;
-class UserObserver;
class VirtualKeyboardObserver;
namespace mojom {
@@ -122,12 +121,6 @@ class ASH_EXPORT SystemTrayNotifier {
void RemoveTracingObserver(TracingObserver* observer);
void NotifyTracingModeChanged(bool value);
- // User.
- void AddUserObserver(UserObserver* observer);
- void RemoveUserObserver(UserObserver* observer);
- void NotifyUserUpdate();
- void NotifyUserAddedToSession();
-
// Virtual keyboard.
void AddVirtualKeyboardObserver(VirtualKeyboardObserver* observer);
void RemoveVirtualKeyboardObserver(VirtualKeyboardObserver* observer);
@@ -149,7 +142,6 @@ class ASH_EXPORT SystemTrayNotifier {
base::ObserverList<SessionLengthLimitObserver>
session_length_limit_observers_;
base::ObserverList<TracingObserver> tracing_observers_;
- base::ObserverList<UserObserver> user_observers_;
base::ObserverList<VirtualKeyboardObserver> virtual_keyboard_observers_;
DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
« no previous file with comments | « ash/common/session/session_state_observer.h ('k') | ash/common/system/tray/system_tray_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698