Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Unified Diff: chrome/browser/about_flags.cc

Issue 2940143002: Remove the flag --disable-hide-inactive-stacked-tab-close-buttons (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698