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

Unified Diff: ash/mus/root_window_controller.cc

Issue 2277563002: Wires up immersive mode for chrome and mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix crash 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 861316a6888fd6df36ddb73de7435823cada5e34..a0b727c6d83592652653b90e60d662089a7f673c 100644
--- a/ash/mus/root_window_controller.cc
+++ b/ash/mus/root_window_controller.cc
@@ -113,7 +113,7 @@ ui::Window* RootWindowController::NewTopLevelWindow(
DCHECK(WmWindowMus::Get(container_window)->IsContainer());
if (provide_non_client_frame) {
- NonClientFrameController::Create(GetConnector(), container_window, window,
+ NonClientFrameController::Create(container_window, window,
window_manager_->window_manager_client());
} else {
container_window->AddChild(window);

Powered by Google App Engine
This is Rietveld 408576698