Index: ash/system/status_area_widget.cc |
=================================================================== |
--- ash/system/status_area_widget.cc (revision 152315) |
+++ ash/system/status_area_widget.cc (working copy) |
@@ -327,8 +327,8 @@ |
} |
void StatusAreaWidget::CreateTrayViews(ShellDelegate* shell_delegate) { |
+ AddWebNotificationTray(); |
AddSystemTray(shell_delegate); |
- AddWebNotificationTray(); |
// Initialize() must be called after all trays have been created. |
if (system_tray_) |
system_tray_->Initialize(); |