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

Unified Diff: ash/system/tray/system_tray.cc

Issue 11411349: Uber menu: Place the a11y item just below the keyboard setting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray.cc
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
index 6ec834604d52f36a3d6c24695fddfc7bc1969e81..424c31047eceb073593895968b7ac23f6de68b69 100644
--- a/ash/system/tray/system_tray.cc
+++ b/ash/system/tray/system_tray.cc
@@ -177,6 +177,7 @@ void SystemTray::CreateItems(SystemTrayDelegate* delegate) {
AddTrayItem(tray_logout_button);
AddTrayItem(tray_user);
AddTrayItem(tray_ime);
+ AddTrayItem(tray_accessibility);
AddTrayItem(tray_power);
#if defined(OS_CHROMEOS)
AddTrayItem(tray_network);
@@ -186,7 +187,6 @@ void SystemTray::CreateItems(SystemTrayDelegate* delegate) {
AddTrayItem(tray_bluetooth);
AddTrayItem(tray_drive);
AddTrayItem(tray_locale);
- AddTrayItem(tray_accessibility);
#if defined(OS_CHROMEOS)
AddTrayItem(tray_display);
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698