diff options
author | oshima <oshima@chromium.org> | 2014-11-13 20:04:43 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-14 04:05:06 +0000 |
commit | 04a9958219dd71e823dc04819abe75b5f9eb7e38 (patch) | |
tree | 6601230e04cf55a00b197983ff245339e58bb702 /ash/ash_switches.cc | |
parent | c5e3865a91bc281f3b90454aef561c5f37806995 (diff) | |
download | chromium_src-04a9958219dd71e823dc04819abe75b5f9eb7e38.zip chromium_src-04a9958219dd71e823dc04819abe75b5f9eb7e38.tar.gz chromium_src-04a9958219dd71e823dc04819abe75b5f9eb7e38.tar.bz2 |
Add mirrored screen option.
This option flips scree image horizontally.
BUG=431731
R=mukai@chromium.org
Review URL: https://codereview.chromium.org/715543004
Cr-Commit-Position: refs/heads/master@{#304160}
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 1240839..91ebb56 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -38,6 +38,10 @@ const char kAshDefaultWallpaperIsOem[] = "ash-default-wallpaper-is-oem"; const char kAshDefaultWallpaperLarge[] = "ash-default-wallpaper-large"; const char kAshDefaultWallpaperSmall[] = "ash-default-wallpaper-small"; +// Enables text filtering with the keyboard in Overview Mode. +const char kAshDisableTextFilteringInOverviewMode[] = + "ash-disable-text-filtering-in-overview-mode"; + // Disables LockLayoutManager used for LockScreenContainer, return back to // WorkspaceLayoutManager. const char kAshDisableLockLayoutManager[] = "ash-disable-lock-layout-manager"; @@ -54,9 +58,8 @@ const char kAshEnableMagnifierKeyScroller[] = "ash-enable-magnifier-key-scroller"; #endif -// Enables text filtering with the keyboard in Overview Mode. -const char kAshDisableTextFilteringInOverviewMode[] = - "ash-disable-text-filtering-in-overview-mode"; +// Enables mirrored screen. +const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen"; // Enables quick, non-cancellable locking of the screen when in maximize mode. const char kAshEnablePowerButtonQuickLock[] = |