summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.cc
diff options
context:
space:
mode:
authornkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-28 20:40:18 +0000
committernkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-28 20:40:18 +0000
commit30460cb24c29edf2b39754d4db99608e64ea2096 (patch)
tree999dab74d816982afa3f25b29cf1b6c2d6c38559 /ash/ash_switches.cc
parent5063ecc82eddd23e4a8a43df17d7887bdc30d685 (diff)
downloadchromium_src-30460cb24c29edf2b39754d4db99608e64ea2096.zip
chromium_src-30460cb24c29edf2b39754d4db99608e64ea2096.tar.gz
chromium_src-30460cb24c29edf2b39754d4db99608e64ea2096.tar.bz2
Cleanup legacy flags and switches
kLoginScreen kLoginScreenSize kAshBootAnimationFunction2 kAshBootAnimationFunction3 kAshDisableBootAnimation2 + related flags See also https://gerrit.chromium.org/gerrit/#/c/56735/ BUG=244224 TEST=compiles, existing browser_tests and autotests work NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16105005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202646 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r--ash/ash_switches.cc9
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[] =