| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 89f6ef0685168864c18c6f506ef0df52b85ce4d7..b382bc840dbe1aa8cdc7293f3266fa5c39628c9a 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -19,6 +19,10 @@ const char kAshConstrainPointerToRoot[] = "ash-constrain-pointer-to-root";
|
| // 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";
|
|
|
|
|