| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 2b9cf85db8e1708b73fef3835d5b904cc2958440..fc01d8c60cd486e3c0127a807083ef3702a00885 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -757,6 +757,11 @@ 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";
|
|
|