| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 12e0012a1c74ddd9ad18c47b3b9a106b0dce969f..56726fa8c89c5f08b441a7dbbd321003b9a2a916 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -978,8 +978,7 @@ void Shell::Init(const ShellInitParams& init_params) {
|
| }
|
|
|
| sticky_keys_controller_.reset(new StickyKeysController);
|
| - if (!is_mash)
|
| - screen_pinning_controller_ = base::MakeUnique<ScreenPinningController>();
|
| + screen_pinning_controller_ = base::MakeUnique<ScreenPinningController>();
|
|
|
| lock_state_controller_ =
|
| base::MakeUnique<LockStateController>(shutdown_controller_.get());
|
|
|