Chromium Code Reviews| 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"; |
|
oshima
2015/03/04 21:31:35
nit: ash-screen-rotation-animation (-type, or some
bruthig
2015/03/06 16:00:33
Done.
|
| + |
| // Enables software based mirroring. |
| const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring"; |