diff options
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 62fba9a..c4eccab 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[] = |