mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update ui_features.cc
This commit is contained in:
parent
f9089f24af
commit
c36325c24d
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue