Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 71f7efd44f77566629b1aa9610c1a72b77bf9024..5e6b5310d01a2c08225178cdce8f6f4a50671259 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1127,6 +1127,9 @@ const char kShowComponentExtensionOptions[] = |
// See kHideIcons. |
const char kShowIcons[] = "show-icons"; |
+// If true the alignment of the launcher can be changed. |
+const char kShowLauncherAlignmentMenu[] = "show-launcher-alignment-menu"; |
+ |
// Changes the DCHECKS to dump memory and continue instead of displaying error |
// dialog. This is valid only in Release mode when --enable-dcheck is |
// specified. |
@@ -1319,7 +1322,7 @@ const char kGuestSession[] = "bwsi"; |
// Enables overriding the path for the default echo component extension. |
// Useful for testing. |
-const char kEchoExtensionPath[] = "echo-ext-path"; |
+const char kEchoExtensionPath[] = "echo-ext-path"; |
// Show volume controls in status bar on ChromeOS. |
const char kShowVolumeStatus[] = "show-volume-status"; |