| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index d225ce056ab0589a5577da55b18d52121a851a44..fcad87e37e015bfe8fa27c8cf5cb8adbc04cdb97 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -20,6 +20,7 @@
|
| #include "ash/system/monitor/tray_monitor.h"
|
| #include "ash/system/power/power_supply_status.h"
|
| #include "ash/system/power/tray_power.h"
|
| +#include "ash/system/session_length_limit/tray_session_length_limit.h"
|
| #include "ash/system/settings/tray_settings.h"
|
| #include "ash/system/status_area_widget.h"
|
| #include "ash/system/tray/system_tray_delegate.h"
|
| @@ -128,6 +129,7 @@ void SystemTray::InitializeTrayItems(SystemTrayDelegate* delegate) {
|
| }
|
|
|
| void SystemTray::CreateItems(SystemTrayDelegate* delegate) {
|
| + AddTrayItem(new internal::TraySessionLengthLimit(this));
|
| AddTrayItem(new internal::TrayLogoutButton(this));
|
| AddTrayItem(new internal::TrayUser(this));
|
| AddTrayItem(new internal::TrayIME(this));
|
|
|