Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: ash/common/system/status_area_widget.cc

Issue 2427313003: Move the 'Exit session' button to the most left side in the system tray. (Closed)
Patch Set: Add owner Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tray.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/status_area_widget.cc
diff --git a/ash/common/system/status_area_widget.cc b/ash/common/system/status_area_widget.cc
index cdc92b54f5e824d6b45bb1ebbf5384e257fb5eda..06bdf90c0d2c21eceda997e746f013cf09ae213d 100644
--- a/ash/common/system/status_area_widget.cc
+++ b/ash/common/system/status_area_widget.cc
@@ -64,10 +64,10 @@ void StatusAreaWidget::CreateTrayViews() {
AddSystemTray();
AddWebNotificationTray();
#if defined(OS_CHROMEOS)
- AddLogoutButtonTray();
AddPaletteTray();
AddVirtualKeyboardTray();
AddImeMenuTray();
+ AddLogoutButtonTray();
#endif
SystemTrayDelegate* delegate = WmShell::Get()->system_tray_delegate();
« no previous file with comments | « ash/common/system/chromeos/palette/palette_tray.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698