Update ui_features.cc

This commit is contained in:
Alexander David Frick 2022-06-25 14:00:38 -05:00 committed by GitHub
parent f9089f24af
commit c36325c24d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,11 +142,6 @@ const base::Feature kScrollableTabStrip{"ScrollableTabStrip",
base::FEATURE_DISABLED_BY_DEFAULT};
const char kMinimumTabWidthFeatureParameterName[] = "minTabWidth";
// Enables buttons to permanently appear on the tabstrip when
// scrollable-tabstrip is enabled. https://crbug.com/1116118
const base::Feature kScrollableTabStripButtons{
"ScrollableTabStripButtons", base::FEATURE_DISABLED_BY_DEFAULT};
// Directly controls the "new" badge (as opposed to old "master switch"; see
// https://crbug.com/1169907 for master switch deprecation and
// https://crbug.com/968587 for the feature itself)
@ -313,8 +308,4 @@ const base::Feature kWin10TabSearchCaptionButton{
#endif
// Reduce resource usage when view is hidden by not rendering loading animation.
const base::Feature kStopRenderingLoadingAnimation{
"StopRenderingLoadingAnimation", base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace features