| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 62fba9a4048da65402edcb5ee46051ac1d834b19..c4eccaba9d55290b8266bb7fae80608024ca9334 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -17,12 +17,6 @@ namespace switches {
|
| const char kAshAnimateFromBootSplashScreen[] =
|
| "ash-animate-from-boot-splash-screen";
|
|
|
| -// Variation of boot animation that uses Tween::EASE_OUT_2.
|
| -const char kAshBootAnimationFunction2[] = "ash-boot-animation-function2";
|
| -
|
| -// Variation of boot animation that uses Tween::EASE_OUT_3.
|
| -const char kAshBootAnimationFunction3[] = "ash-boot-animation-function3";
|
| -
|
| // Constrains the pointer movement within a root window on desktop.
|
| const char kAshConstrainPointerToRoot[] = "ash-constrain-pointer-to-root";
|
|
|
| @@ -42,9 +36,6 @@ const char kAshDisableAutoMaximizing[] = "ash-disable-auto-maximizing";
|
| const char kAshDisableAutoWindowPlacement[] =
|
| "ash-enable-auto-window-placement";
|
|
|
| -// Disables boot animation v2, go back to v1.
|
| -const char kAshDisableBootAnimation2[] = "ash-disable-boot-animation2";
|
| -
|
| // Disables the limitter to throttle how quickly a user
|
| // can change display settings.
|
| const char kAshDisableDisplayChangeLimiter[] =
|
|
|