| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index a61dab20da08a50dd84f8f6f6a9c0e46df659467..6208618e67053cee5d1ac4c6fb17bf7236722f78 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -25,6 +25,9 @@ const char kAshDisableWorkspace2[] = "ash-disable-workspace2";
|
| // Disables boot animation v2, go back to v1.
|
| const char kAshDisableBootAnimation2[] = "ash-disable-boot-animation2";
|
|
|
| +// Disables panel fitting (used for mirror mode).
|
| +const char kAshDisablePanelFitting[] = "ash-disable-panel-fitting";
|
| +
|
| // Enable advanced gestures (e.g. for window management).
|
| const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
|
|
|
|
|