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

Unified Diff: ash/shell.h

Issue 2157393002: Moves WindowCycleList/Controller to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback and std::move Created 4 years, 5 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_window_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 e5968f7423d359720438319bf8a5baea80687c78..bbb4e20bb69fa3672d052c2232da58451625cebf 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -146,7 +146,6 @@ class VirtualKeyboardController;
class VideoActivityNotifier;
class VideoDetector;
class WebNotificationTray;
-class WindowCycleController;
class WindowPositioner;
class WmShellAura;
class WmWindow;
@@ -340,9 +339,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
return lock_state_controller_.get();
}
VideoDetector* video_detector() { return video_detector_.get(); }
- WindowCycleController* window_cycle_controller() {
- return window_cycle_controller_.get();
- }
WindowTreeHostManager* window_tree_host_manager() {
return window_tree_host_manager_.get();
}
@@ -610,7 +606,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<LockStateController> lock_state_controller_;
std::unique_ptr<ui::UserActivityDetector> user_activity_detector_;
std::unique_ptr<VideoDetector> video_detector_;
- std::unique_ptr<WindowCycleController> window_cycle_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_window_mus.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698