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

Unified Diff: ash/mus/root_window_controller.cc

Issue 2292183003: Moves WorkspaceController to ash/common (Closed)
Patch Set: Created 4 years, 4 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
Index: ash/mus/root_window_controller.cc
diff --git a/ash/mus/root_window_controller.cc b/ash/mus/root_window_controller.cc
index a0b727c6d83592652653b90e60d662089a7f673c..dfe6c94fb743aed1de1e0c017621467db7097885 100644
--- a/ash/mus/root_window_controller.cc
+++ b/ash/mus/root_window_controller.cc
@@ -82,7 +82,9 @@ RootWindowController::RootWindowController(WindowManager* window_manager,
new AlwaysOnTopController(always_on_top_container));
}
-RootWindowController::~RootWindowController() {}
+RootWindowController::~RootWindowController() {
+ root_window_controller_common_->DeleteWorkspaceController();
+}
shell::Connector* RootWindowController::GetConnector() {
return window_manager_->connector();

Powered by Google App Engine
This is Rietveld 408576698