| Index: ash/mus/window_manager.cc
|
| diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
|
| index f0d3da31850ca69fa1c5f914ef3d84a2d97cf774..233d25454f187a45d90d0bde519dc199ee26d78d 100644
|
| --- a/ash/mus/window_manager.cc
|
| +++ b/ash/mus/window_manager.cc
|
| @@ -99,6 +99,7 @@ void WindowManager::Init(::ui::WindowTreeClient* window_tree_client) {
|
| new ShellDelegateMus(base::MakeUnique<AppListPresenterStub>()));
|
| shell_.reset(new WmShellMus(std::move(shell_delegate), window_tree_client_,
|
| connector_));
|
| + shell_->Initialize();
|
| lookup_.reset(new WmLookupMus);
|
| }
|
|
|
|
|