summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 08:31:18 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 08:31:18 +0000
commit9432f0083e9dfb08631362938bab3dce13a9b7ff (patch)
tree4448fd47625dbc42c7845d1bcb158dcd4a927bb0 /ash/ash_switches.cc
parent9a858e8f298121fb0c632975fe87d5a42ac0aca0 (diff)
downloadchromium_src-9432f0083e9dfb08631362938bab3dce13a9b7ff.zip
chromium_src-9432f0083e9dfb08631362938bab3dce13a9b7ff.tar.gz
chromium_src-9432f0083e9dfb08631362938bab3dce13a9b7ff.tar.bz2
Flip the software mirroring flag to disable the feature.
I'll land this after https://codereview.chromium.org/16232013/ lands. BUG=239776 TEST=none Review URL: https://chromiumcodereview.appspot.com/16392008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205162 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 14e9064..ab46df4 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -60,6 +60,11 @@ const char kAshDisableImmersiveFullscreen[] =
// Disables ui scaling.
const char kAshDisableUIScaling[] = "ash-disable-ui-scaling";
+#if defined(OS_CHROMEOS)
+// Disable compositor based mirroring.
+const char kAshDisableSoftwareMirroring[] = "ash-disable-software-mirroring";
+#endif
+
// Extend the status tray volume item to allow the user to choose an audio
// input and output device.
const char kAshEnableAudioDeviceMenu[] =
@@ -75,11 +80,6 @@ const char kAshEnableBrightnessControl[] = "ash-enable-brightness-control";
// Enable immersive fullscreen mode, regardless of default setting.
const char kAshEnableImmersiveFullscreen[] = "ash-enable-immersive-fullscreen";
-#if defined(OS_CHROMEOS)
-// Enable compositor based mirroring.
-const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";
-#endif
-
#if defined(OS_LINUX)
// Enable memory monitoring.
const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";