| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 726bbf36981b9d98a55408510fc9a50d5a4b882f..5b985da144d979bfbe1b7beaa07685cf7f130610 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -61,6 +61,7 @@
|
| #include "ash/system/chromeos/tray_caps_lock.h"
|
| #include "ash/system/chromeos/tray_display.h"
|
| #include "ash/system/chromeos/tray_tracing.h"
|
| +#include "ash/system/tray/media_security/media_tray_item.h"
|
| #include "ui/message_center/message_center.h"
|
| #elif defined(OS_WIN)
|
| #include "ash/system/win/audio/tray_audio_win.h"
|
| @@ -188,6 +189,7 @@ void SystemTray::CreateItems(SystemTrayDelegate* delegate) {
|
| AddTrayItem(new TrayDisplay(this));
|
| AddTrayItem(new ScreenCaptureTrayItem(this));
|
| AddTrayItem(new ScreenShareTrayItem(this));
|
| + AddTrayItem(new MediaTrayItem(this));
|
| AddTrayItem(new TrayAudioChromeOs(this));
|
| AddTrayItem(new TrayBrightness(this));
|
| AddTrayItem(new TrayCapsLock(this));
|
|
|