| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 307833662ae3ef80075b5fe2d9e2544f659d7d7e..85670103348886814da954e53f8eca6d93578674 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1788,11 +1788,6 @@ const FeatureEntry kFeatureEntries[] = {
|
| {"enable-scroll-anchoring", IDS_FLAGS_ENABLE_SCROLL_ANCHORING_NAME,
|
| IDS_FLAGS_ENABLE_SCROLL_ANCHORING_DESCRIPTION, kOsAll,
|
| FEATURE_VALUE_TYPE(features::kScrollAnchoring)},
|
| - {"disable-compositor-animation-timelines",
|
| - IDS_FLAGS_DISABLE_COMPOSITOR_ANIMATION_TIMELINES,
|
| - IDS_FLAGS_DISABLE_COMPOSITOR_ANIMATION_TIMELINES_DESCRIPTION,
|
| - kOsAll, SINGLE_DISABLE_VALUE_TYPE(
|
| - switches::kDisableCompositorAnimationTimelines)},
|
| #if !defined(OS_ANDROID)
|
| {"ui-disable-compositor-animation-timelines",
|
| IDS_FLAGS_DISABLE_UI_COMPOSITOR_ANIMATION_TIMELINES,
|
|
|