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

Unified Diff: content/public/common/content_switches.cc

Issue 983853002: Hide close buttons of inactive stacked tabs by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: force paint instead of layout Created 5 years, 9 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
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index c2fed1e7de1d4611c519f7eb37e521a5fa0a488e..88ece010bae6c184eadff6b8a6a31c1dffd87033 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -157,6 +157,11 @@ const char kDisableGpuWatchdog[] = "disable-gpu-watchdog";
// Manager can be used to terminate the offending process in this case.
const char kDisableHangMonitor[] = "disable-hang-monitor";
+// Disable hiding the close buttons of inactive tabs when the tabstrip is in
+// stacked mode.
+const char kDisableHideInactiveStackedTabCloseButtons[] =
+ "disable-hide-inactive-stacked-tab-close-buttons";
+
// Disable the RenderThread's HistogramCustomizer.
const char kDisableHistogramCustomizer[] = "disable-histogram-customizer";
@@ -764,11 +769,6 @@ const char kTabCaptureDownscaleQuality[] = "tab-capture-downscale-quality";
// Upscale defaults to "best".
const char kTabCaptureUpscaleQuality[] = "tab-capture-upscale-quality";
-// Options for hiding the close buttons of inactive tabs when touch
-// is used to interact with the tabstrip.
-const char kTabCloseButtonsHiddenWithTouch[] =
- "tab-close-buttons-hidden-with-touch";
-
// Allows for forcing socket connections to http/https to use fixed ports.
const char kTestingFixedHttpPort[] = "testing-fixed-http-port";
const char kTestingFixedHttpsPort[] = "testing-fixed-https-port";

Powered by Google App Engine
This is Rietveld 408576698