| Index: ash/mus/bridge/wm_shell_mus.cc
|
| diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
|
| index c204ccb5f3a5bb970820cff97280d567a0fefb20..d9af7b21ff790853d20c06c9d99ffc8cf26ffe9f 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.cc
|
| +++ b/ash/mus/bridge/wm_shell_mus.cc
|
| @@ -8,6 +8,7 @@
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/shell_observer.h"
|
| #include "ash/common/shell_window_ids.h"
|
| +#include "ash/common/system/tray/default_system_tray_delegate.h"
|
| #include "ash/common/wm/mru_window_tracker.h"
|
| #include "ash/common/wm/window_resizer.h"
|
| #include "ash/common/wm_activation_observer.h"
|
| @@ -98,6 +99,7 @@ WmShellMus::WmShellMus(::mus::WindowTreeClient* client)
|
| wm_shell_common_->CreateMruWindowTracker();
|
|
|
| accessibility_delegate_.reset(new DefaultAccessibilityDelegate);
|
| + SetSystemTrayDelegate(base::WrapUnique(new DefaultSystemTrayDelegate));
|
| }
|
|
|
| WmShellMus::~WmShellMus() {
|
|
|