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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10388036: Adds the option of aligning the launcher to the left or right. There (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 8 years, 7 months 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 | « chrome/common/chrome_switches.h ('k') | ui/gfx/monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | ui/gfx/monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698