diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-10 08:31:18 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-10 08:31:18 +0000 |
commit | 9432f0083e9dfb08631362938bab3dce13a9b7ff (patch) | |
tree | 4448fd47625dbc42c7845d1bcb158dcd4a927bb0 /ash/ash_switches.h | |
parent | 9a858e8f298121fb0c632975fe87d5a42ac0aca0 (diff) | |
download | chromium_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.h')
-rw-r--r-- | ash/ash_switches.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 29d3929..a112592 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -31,12 +31,12 @@ ASH_EXPORT extern const char kAshDisablePerAppLauncher[]; ASH_EXPORT extern const char kAshDisableUIScaling[]; ASH_EXPORT extern const char kAshDisableDisplayRotation[]; ASH_EXPORT extern const char kAshDisableDragAndDropAppListToLauncher[]; +#if defined(OS_CHROMEOS) +ASH_EXPORT extern const char kAshDisableSoftwareMirroring[]; +#endif ASH_EXPORT extern const char kAshEnableAudioDeviceMenu[]; ASH_EXPORT extern const char kAshEnableAdvancedGestures[]; ASH_EXPORT extern const char kAshEnableBrightnessControl[]; -#if defined(OS_CHROMEOS) -ASH_EXPORT extern const char kAshEnableSoftwareMirroring[]; -#endif #if defined(OS_LINUX) ASH_EXPORT extern const char kAshEnableMemoryMonitor[]; #endif |