Index: chrome/browser/ui/ash/ash_init.cc |
diff --git a/chrome/browser/ui/ash/ash_init.cc b/chrome/browser/ui/ash/ash_init.cc |
index 7b7a7c3c6498d2524f2b1b5a4a497f62b561db30..7921561b96cc13741eee9f3032f87f37693e6dd4 100644 |
--- a/chrome/browser/ui/ash/ash_init.cc |
+++ b/chrome/browser/ui/ash/ash_init.cc |
@@ -9,6 +9,7 @@ |
#include "ash/high_contrast/high_contrast_controller.h" |
#include "ash/magnifier/magnification_controller.h" |
#include "ash/shell.h" |
+#include "ash/system/tray/system_tray.h" |
#include "ash/wm/event_rewriter_event_filter.h" |
#include "ash/wm/property_util.h" |
#include "base/command_line.h" |
@@ -101,6 +102,7 @@ void OpenAsh() { |
browser::StartKeepAlive(); |
} |
#endif |
+ shell->system_tray()->UpdateAfterAshInit(); |
ash::Shell::GetPrimaryRootWindow()->ShowRootWindow(); |
} |