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

Unified Diff: ash/shell.h

Issue 2084503007: Moves WindowSelectorController onto WmShell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_overview
Patch Set: fix mash 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/mus/bridge/wm_shell_mus.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 a7057d3ef65ed10a2d6e7e0289a968868f1350c4..3db1969bbe3f05acb61b18dd2a27b8cde3823048 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -159,7 +159,6 @@ class VideoDetector;
class WebNotificationTray;
class WindowCycleController;
class WindowPositioner;
-class WindowSelectorController;
class WmShellAura;
class WmWindow;
@@ -365,9 +364,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
WindowCycleController* window_cycle_controller() {
return window_cycle_controller_.get();
}
- WindowSelectorController* window_selector_controller() {
- return window_selector_controller_.get();
- }
WindowTreeHostManager* window_tree_host_manager() {
return window_tree_host_manager_.get();
}
@@ -673,7 +669,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<ui::UserActivityDetector> user_activity_detector_;
std::unique_ptr<VideoDetector> video_detector_;
std::unique_ptr<WindowCycleController> window_cycle_controller_;
- std::unique_ptr<WindowSelectorController> window_selector_controller_;
std::unique_ptr<WindowTreeHostManager> window_tree_host_manager_;
std::unique_ptr<HighContrastController> high_contrast_controller_;
std::unique_ptr<MagnificationController> magnification_controller_;
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698