diff options
Diffstat (limited to 'ash/root_window_controller.cc')
-rw-r--r-- | ash/root_window_controller.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc index 14b2006..8ccdd12 100644 --- a/ash/root_window_controller.cc +++ b/ash/root_window_controller.cc @@ -406,7 +406,6 @@ void RootWindowController::CloseChildWindows() { aura::Window* child = root_window_->children()[0]; delete child; } - launcher_.reset(); // All containers are deleted, so reset shelf_. shelf_ = NULL; |