| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index ac87287ae0a0bece103b50889accb9a2bf083da8..a45546cb634b21f01363338f63ff3a355eff915e 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -33,6 +33,9 @@ const char kAshCopyHostBackgroundAtBoot[] = "ash-copy-host-background-at-boot";
|
| // Enable keyboard shortcuts useful for debugging.
|
| const char kAshDebugShortcuts[] = "ash-debug-shortcuts";
|
|
|
| +// Disable auto window maximization logic.
|
| +const char kAshDisableAutoMaximizing[] = "ash-disable-auto-maximizing";
|
| +
|
| // Disable support for auto window placement.
|
| const char kAshDisableAutoWindowPlacement[] =
|
| "ash-enable-auto-window-placement";
|
|
|