| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 7380f5af0dd91872bb6d344e027abcfcf81783d8..44adc42f0927fc23246066a67e1038ead3f4405f 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -61,6 +61,12 @@ const char kAshDisablePerAppLauncher[] = "ash-disable-per-app-launcher";
|
| // Disables immersive fullscreen mode.
|
| const char kAshDisableImmersiveMode[] = "ash-disable-immersive-mode";
|
|
|
| +// Disables display rotation.
|
| +const char kAshDisableDisplayRotation[] = "ash-disable-display-rotation";
|
| +
|
| +// Disables ui scaling.
|
| +const char kAshDisableUIScaling[] = "ash-disable-ui-scaling";
|
| +
|
| // Enable advanced gestures (e.g. for window management).
|
| const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
|
|
|
|
|