From 04a9958219dd71e823dc04819abe75b5f9eb7e38 Mon Sep 17 00:00:00 2001 From: oshima Date: Thu, 13 Nov 2014 20:04:43 -0800 Subject: 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} --- ash/ash_switches.cc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ash/ash_switches.cc') 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[] = -- cgit v1.1