Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 14665c048187f720b667a63dbf34a6cc6573d84b..586d693401e746a3634c6385bc270d59022f6bb9 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1252,8 +1252,8 @@ const char kShowAppList[] = "show-app-list"; |
// See kHideIcons. |
const char kShowIcons[] = "show-icons"; |
-// If true the alignment of the launcher can be changed. |
-const char kShowLauncherAlignmentMenu[] = "show-launcher-alignment-menu"; |
+// If true the alignment of the launcher/shelf can be changed. |
xiyuan
2013/08/04 04:06:10
nit: launcher/shelf -> shelf
tfarina
2013/08/04 04:30:01
Done.
|
+const char kShowShelfAlignmentMenu[] = "show-launcher-alignment-menu"; |
// Marks a renderer as the signin process. |
const char kSigninProcess[] = "signin-process"; |