| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index e3bfdab69d184e3572b8ca1016fc528377f09a8e..91ba7da860b7754800ad1f9b831897e74c33977e 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -867,6 +867,13 @@ const Experiment kExperiments[] = {
|
| kOsCrOS,
|
| MULTI_VALUE_TYPE(kAshBootAnimationFunction),
|
| },
|
| + {
|
| + "new-lock-animations",
|
| + IDS_FLAGS_ASH_NEW_LOCK_ANIMATIONS,
|
| + IDS_FLAGS_ASH_NEW_LOCK_ANIMATIONS_DESCRIPTION,
|
| + kOsCrOS,
|
| + SINGLE_VALUE_TYPE(ash::switches::kAshNewLockAnimationsEnabled),
|
| + },
|
| #endif
|
| {
|
| "enable-views-textfield",
|
|
|