Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 6bb3be0e26a52ad14cf9c23967dead30e0d1b80c..0898dcf37a4b94b5d1cf508c9b0809fa663bdab5 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -364,9 +364,6 @@ class ASH_EXPORT Shell |
VideoDetector* video_detector() { |
return video_detector_.get(); |
} |
- WindowCycleController* window_cycle_controller() { |
- return window_cycle_controller_.get(); |
- } |
WindowSelectorController* window_selector_controller() { |
return window_selector_controller_.get(); |
} |
@@ -656,7 +653,6 @@ class ASH_EXPORT Shell |
scoped_ptr<MruWindowTracker> mru_window_tracker_; |
scoped_ptr<UserActivityDetector> user_activity_detector_; |
scoped_ptr<VideoDetector> video_detector_; |
- scoped_ptr<WindowCycleController> window_cycle_controller_; |
scoped_ptr<WindowSelectorController> window_selector_controller_; |
scoped_ptr<internal::FocusCycler> focus_cycler_; |
scoped_ptr<DisplayController> display_controller_; |