| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 270a39f189f9ebf05c5b9377d19a9e2ddf116096..fcf6707ff922367e988104afa32315e9e2eabaa8 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -55,6 +55,10 @@ const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
|
| const char kAshEnablePowerButtonQuickLock[] =
|
| "ash-enable-power-button-quick-lock";
|
|
|
| +// Specifies the screen rotation animation to use.
|
| +const char kAshEnableScreenRotationAnimation[] =
|
| + "ash-enable-screen-rotation_animation";
|
| +
|
| // Enables software based mirroring.
|
| const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";
|
|
|
|
|