Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 91aff2ab400d546f964d3f6b7fe1f1d3530bf3f5..504160712e89a1fb832c70b01b816a433d543ad8 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -602,7 +602,7 @@ Shell::~Shell() { |
} |
void Shell::Init(const ShellInitParams& init_params) { |
- wm_shell_->Initialize(init_params.blocking_pool); |
+ wm_shell_->Initialize(init_params.blocking_pool, init_params.connector); |
immersive_handler_factory_ = base::MakeUnique<ImmersiveHandlerFactoryAsh>(); |