| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 0e75f12ae4295faf7b730d93f1f10a9673e68f39..c873dc4f8f38e62ce187ace8b0f5be8ad6dedb6a 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -58,6 +58,10 @@ const char kAshEnableTouchView[] = "enable-touchview";
|
| // Enables mirrored screen.
|
| const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
|
|
|
| +// Enables display scale tray settings. This uses force-device-scale-factor flag
|
| +// to modify the dsf of the device to any non discrete value.
|
| +const char kAshEnableScaleSettingsTray[] = "ash-enable-scale-settings-tray";
|
| +
|
| // Disables a smoother animation for screen rotation.
|
| const char kAshDisableSmoothScreenRotation[] =
|
| "ash-disable-smooth-screen-rotation";
|
|
|