| Index: ash/common/wm_shell.cc
|
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
|
| index 513f56622b172136c384826db9fbc0c94fbf5810..3426260f6b7c33ff04a83067f7f03dd90f9ab673 100644
|
| --- a/ash/common/wm_shell.cc
|
| +++ b/ash/common/wm_shell.cc
|
| @@ -231,6 +231,8 @@ WmShell::WmShell(std::unique_ptr<ShellDelegate> shell_delegate)
|
| : delegate_(std::move(shell_delegate)),
|
| focus_cycler_(base::MakeUnique<FocusCycler>()),
|
| immersive_context_(base::MakeUnique<ImmersiveContextAsh>()),
|
| + locale_notification_controller_(
|
| + base::MakeUnique<LocaleNotificationController>()),
|
| shelf_controller_(base::MakeUnique<ShelfController>()),
|
| system_tray_controller_(base::MakeUnique<SystemTrayController>(
|
| delegate_->GetShellConnector())),
|
|
|