| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 5023619f0c14a83218e58fc0a738e23b25d0f013..99b5c2c584bbe41fbfcb256e8de9d5a41a9ee086 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1660,14 +1660,6 @@ const FeatureEntry kFeatureEntries[] = {
|
| flag_descriptions::kCloudPrintXpsDescription, kOsWin,
|
| SINGLE_VALUE_TYPE(switches::kEnableCloudPrintXps)},
|
| #endif // OS_WIN
|
| -#if defined(TOOLKIT_VIEWS)
|
| - {"disable-hide-inactive-stacked-tab-close-buttons",
|
| - flag_descriptions::kHideInactiveStackedTabCloseButtonsName,
|
| - flag_descriptions::kHideInactiveStackedTabCloseButtonsDescription,
|
| - kOsCrOS | kOsWin | kOsLinux,
|
| - SINGLE_DISABLE_VALUE_TYPE(
|
| - switches::kDisableHideInactiveStackedTabCloseButtons)},
|
| -#endif // TOOLKIT_VIEWS
|
| #if BUILDFLAG(ENABLE_SPELLCHECK)
|
| {"enable-spelling-feedback-field-trial",
|
| flag_descriptions::kSpellingFeedbackFieldTrialName,
|
|
|