Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 1240839ba855551c80f697eec7b543627ed40928..91ebb56c32b60ef42e8465003d569fa5eeaddfab 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[] = |