| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 836d5f799b5615ff7d2a2533b2850f073882142b..6094cf0adf3dca90f89ead8291984ac42f5e1264 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -25,6 +25,10 @@ const char kAshCopyHostBackgroundAtBoot[] = "ash-copy-host-background-at-boot";
|
| // Enable keyboard shortcuts useful for debugging.
|
| const char kAshDebugShortcuts[] = "ash-debug-shortcuts";
|
|
|
| +// Disable support for auto window placement.
|
| +const char kAshDisableAutoWindowPlacement[] =
|
| + "ash-enable-auto-window-placement";
|
| +
|
| // Disables boot animation v2, go back to v1.
|
| const char kAshDisableBootAnimation2[] = "ash-disable-boot-animation2";
|
|
|
|
|