Chromium Code Reviews| Index: ash/ash_switches.cc |
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
| index 270a39f189f9ebf05c5b9377d19a9e2ddf116096..d360c0409c119f012ba3011b83badff8bf07471b 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. |
|
oshima
2015/03/06 20:59:32
nit: Can you list the possible values with the poi
bruthig
2015/03/09 21:04:27
Done.
|
| +const char kAshEnableScreenRotationAnimation[] = |
| + "ash-screen-rotation-animation"; |
| + |
| // Enables software based mirroring. |
| const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring"; |