| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 9dbdb1a9d37a3176f6839faeb1247b9a6034758a..ff50b58908d97313821790fe3c23dbd1ed081201 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -61,7 +61,6 @@
|
| #include "ash/wm/ash_focus_rules.h"
|
| #include "ash/wm/ash_native_cursor_manager.h"
|
| #include "ash/wm/event_client_impl.h"
|
| -#include "ash/wm/immersive_context_ash.h"
|
| #include "ash/wm/immersive_handler_factory_ash.h"
|
| #include "ash/wm/lock_state_controller.h"
|
| #include "ash/wm/overlay_event_filter.h"
|
| @@ -704,7 +703,6 @@ void Shell::Init(const ShellInitParams& init_params) {
|
|
|
| in_mus_ = init_params.in_mus;
|
|
|
| - immersive_context_ = base::MakeUnique<ImmersiveContextAsh>();
|
| immersive_handler_factory_ = base::MakeUnique<ImmersiveHandlerFactoryAsh>();
|
|
|
| #if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
|
|