Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index bb0fe8755d641a967b7adbd80b57a665ce3f0123..2b9cecd24b3fd5496f53fb7c6126e2083a068fc7 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -125,6 +125,9 @@ const char kAshEnableOak[] = "ash-enable-oak"; |
// Disables overview mode for window switching. |
const char kAshDisableOverviewMode[] = "ash-disable-overview-mode"; |
+// Enables software based mirroring. |
+const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring"; |
+ |
// Enables "sticky" edges instead of "snap-to-edge" |
const char kAshEnableStickyEdges[] = "ash-enable-sticky-edges"; |