diff options
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 2057241..14e79cb 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -59,6 +59,12 @@ const char kAshEnableUnifiedDesktop[] = "ash-enable-unified-desktop"; // Enables mirrored screen. const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen"; +// Enables / disables a stable order between overview sessions, independent of +// the MRU order which attempts to preserve relative window positions. +const char kAshDisableStableOverviewOrder[] = + "ash-disable-stable-overview-order"; +const char kAshEnableStableOverviewOrder[] = "ash-enable-stable-overview-order"; + // Enables quick, non-cancellable locking of the screen when in maximize mode. const char kAshEnablePowerButtonQuickLock[] = "ash-enable-power-button-quick-lock"; |