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

Unified Diff: ash/common/wm_shell.h

Issue 2098023002: mash: Migrate remaining tray observers and notify functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. 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
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 8417e1a2ef1b3c3b073a9043a46d2c563193f09d..6d9498fe2e3dea5760139637be6c61a7f5e89fe4 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -34,7 +34,7 @@ class WindowResizer;
class WindowSelectorController;
class WmActivationObserver;
class WmDisplayObserver;
-class WmSystemTrayNotifier;
+class SystemTrayNotifier;
class WmWindow;
namespace wm {
@@ -52,7 +52,7 @@ class ASH_EXPORT WmShell {
FocusCycler* focus_cycler() { return focus_cycler_.get(); }
- WmSystemTrayNotifier* system_tray_notifier() {
+ SystemTrayNotifier* system_tray_notifier() {
return system_tray_notifier_.get();
}
@@ -177,7 +177,7 @@ class ASH_EXPORT WmShell {
static WmShell* instance_;
std::unique_ptr<FocusCycler> focus_cycler_;
- std::unique_ptr<WmSystemTrayNotifier> system_tray_notifier_;
+ std::unique_ptr<SystemTrayNotifier> system_tray_notifier_;
std::unique_ptr<SystemTrayDelegate> system_tray_delegate_;
std::unique_ptr<WindowSelectorController> window_selector_controller_;

Powered by Google App Engine
This is Rietveld 408576698