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

Unified Diff: ash/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
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index b3b4b16b0a42acb0c8091de7ec2eae50d33e3ca7..943da8ad9eb6b26c70524146467280274dcb27fd 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -147,7 +147,6 @@ class StickyKeysController;
class SystemGestureEventFilter;
class SystemModalContainerEventFilter;
class SystemTray;
-class SystemTrayNotifier;
class ToastManager;
class ToplevelWindowEventHandler;
class TouchTransformerController;
@@ -471,10 +470,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Returns the system tray on primary display.
SystemTray* GetPrimarySystemTray();
- SystemTrayNotifier* system_tray_notifier() {
- return system_tray_notifier_.get();
- }
-
static void set_initially_hide_cursor(bool hide) {
initially_hide_cursor_ = hide;
}
@@ -642,7 +637,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<UserMetricsRecorder> user_metrics_recorder_;
std::unique_ptr<AcceleratorController> accelerator_controller_;
std::unique_ptr<ShellDelegate> delegate_;
- std::unique_ptr<SystemTrayNotifier> system_tray_notifier_;
James Cook 2016/06/24 23:37:04 Hooray!
std::unique_ptr<UserWallpaperDelegate> user_wallpaper_delegate_;
std::unique_ptr<SessionStateDelegate> session_state_delegate_;
std::unique_ptr<AccessibilityDelegate> accessibility_delegate_;
« no previous file with comments | « ash/root_window_controller.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698