| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 0cf5210b7f2462f68ffd9da2abb1d2170a9a3b42..a7d40751f96b57322e1c86cc69be794afbdbda07 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -93,7 +93,6 @@ class EventTransformationHandler;
|
| class FirstRunHelper;
|
| class GPUSupport;
|
| class HighContrastController;
|
| -class ImmersiveContextAsh;
|
| class ImmersiveHandlerFactoryAsh;
|
| class LinkHandlerModelFactory;
|
| class LocaleNotificationController;
|
| @@ -601,7 +600,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| // Injected content::GPUDataManager support.
|
| std::unique_ptr<GPUSupport> gpu_support_;
|
|
|
| - std::unique_ptr<ImmersiveContextAsh> immersive_context_;
|
| std::unique_ptr<ImmersiveHandlerFactoryAsh> immersive_handler_factory_;
|
|
|
| base::SequencedWorkerPool* blocking_pool_;
|
|
|