Index: ash/system/tray/system_tray.cc |
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc |
index 1f7104ab4bf977d27ecca231f496f9f3a8a3fa71..cbb9128dd65832f7b50554e8c64f1acb2a35f4b9 100644 |
--- a/ash/system/tray/system_tray.cc |
+++ b/ash/system/tray/system_tray.cc |
@@ -93,7 +93,7 @@ void SystemTray::AddTrayItem(SystemTrayItem* item) { |
views::View* tray_item = item->CreateTrayView(); |
if (tray_item) { |
- AddChildView(tray_item); |
+ AddChildViewAt(tray_item, 0); |
PreferredSizeChanged(); |
} |
} |