summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 04:22:11 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-23 04:22:11 +0000
commit1227069df093ce4f8a78c2396c7408770c1740d7 (patch)
tree6bc3e59957cc4d8230c80f16f25e1f3656f44277 /ash/ash_switches.cc
parenta000ca3d84153f3c1f37f0839314a49736efcd6e (diff)
downloadchromium_src-1227069df093ce4f8a78c2396c7408770c1740d7.zip
chromium_src-1227069df093ce4f8a78c2396c7408770c1740d7.tar.gz
chromium_src-1227069df093ce4f8a78c2396c7408770c1740d7.tar.bz2
Boot with extended mode.
This is a stop-gap workaround for missing internal display. BUG=241868 TEST=manual Review URL: https://chromiumcodereview.appspot.com/15503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201686 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 38d94e0..62bc3b9 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -101,6 +101,9 @@ const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging";
// Enable workspace switching via a three finger vertical scroll.
const char kAshEnableWorkspaceScrubbing[] = "ash-enable-workspace-scrubbing";
+// Forces chrome to use mirror mode when an external display is connected.
+const char kAshForceMirrorMode[] = "ash-force-mirror-mode";
+
// Sets a window size, optional position, and optional scale factor.
// "1024x768" creates a window of size 1024x768.
// "100+200-1024x768" positions the window at 100,200.