diff options
Diffstat (limited to 'ash')
-rw-r--r-- | ash/system/tray/system_tray.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc index ff5dcef..e63acc6 100644 --- a/ash/system/tray/system_tray.cc +++ b/ash/system/tray/system_tray.cc @@ -195,6 +195,7 @@ void SystemTray::CreateItems(SystemTrayDelegate* delegate) { AddTrayItem(tray_date_); #elif defined(OS_WIN) AddTrayItem(tray_accessibility_); + AddTrayItem(new internal::TrayUpdate(this)); AddTrayItem(tray_date_); #elif defined(OS_LINUX) AddTrayItem(new internal::TrayIME(this)); |