| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 36357d0ee15a6d5b155982b9a7063e9e145bf875..3a5c153bf3e4e3d3087270f4829c04d7debccb65 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -74,7 +74,6 @@
|
| #include "ash/wm/user_activity_detector.h"
|
| #include "ash/wm/video_detector.h"
|
| #include "ash/wm/window_animations.h"
|
| -#include "ash/wm/window_cycle_controller.h"
|
| #include "ash/wm/window_positioner.h"
|
| #include "ash/wm/window_properties.h"
|
| #include "ash/wm/window_util.h"
|
| @@ -679,7 +678,6 @@ Shell::~Shell() {
|
| resize_shadow_controller_.reset();
|
|
|
| window_selector_controller_.reset();
|
| - window_cycle_controller_.reset();
|
| mru_window_tracker_.reset();
|
|
|
| // |shelf_window_watcher_| has a weak pointer to |shelf_Model_|
|
| @@ -915,7 +913,6 @@ void Shell::Init() {
|
|
|
| high_contrast_controller_.reset(new HighContrastController);
|
| video_detector_.reset(new VideoDetector);
|
| - window_cycle_controller_.reset(new WindowCycleController());
|
| window_selector_controller_.reset(new WindowSelectorController());
|
|
|
| tooltip_controller_.reset(
|
| @@ -1021,7 +1018,6 @@ void Shell::InitRootWindow(aura::Window* root_window) {
|
| DCHECK(activation_client_);
|
| DCHECK(visibility_controller_.get());
|
| DCHECK(drag_drop_controller_.get());
|
| - DCHECK(window_cycle_controller_.get());
|
|
|
| aura::client::SetFocusClient(root_window, focus_client_.get());
|
| input_method_filter_->SetInputMethodPropertyInRootWindow(root_window);
|
|
|