summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
authorantrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-18 18:43:14 +0000
committerantrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-18 18:43:14 +0000
commitc11aa8f1039b0a1ea7981be53a04f7648604ce8e (patch)
treede3f1eb3881eb6a74287d267f0987fd93fad63a5 /chrome/browser/about_flags.cc
parentf8a5272d1c796aad53cf15f61b9da77489ff22ac (diff)
downloadchromium_src-c11aa8f1039b0a1ea7981be53a04f7648604ce8e.zip
chromium_src-c11aa8f1039b0a1ea7981be53a04f7648604ce8e.tar.gz
chromium_src-c11aa8f1039b0a1ea7981be53a04f7648604ce8e.tar.bz2
Enable new lock animations by default
BUG=138171, 139461, 162646 TBR=sky Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173731 Review URL: https://chromiumcodereview.appspot.com/11595008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173760 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 52ff1dd..bcbc93d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -936,11 +936,11 @@ const Experiment kExperiments[] = {
MULTI_VALUE_TYPE(kChromeCaptivePortalDetectionChoices),
},
{
- "new-lock-animations",
+ "disable-new-lock-animations",
IDS_FLAGS_ASH_NEW_LOCK_ANIMATIONS,
IDS_FLAGS_ASH_NEW_LOCK_ANIMATIONS_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(ash::switches::kAshNewLockAnimationsEnabled),
+ SINGLE_VALUE_TYPE(ash::switches::kAshDisableNewLockAnimations),
},
{
"file-manager-packaged",