| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index b7786ec809bfc5444b2074a6dd0e55fd19260d21..a5a3739e6005e306f094015e7d4ab778d769038e 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -800,14 +800,6 @@ const char kStartFullscreen[] = "start-fullscreen";
|
| const char kStatsCollectionController[] =
|
| "enable-stats-collection-bindings";
|
|
|
| -// Upscale defaults to "good".
|
| -const char kTabCaptureDownscaleQuality[] = "tab-capture-downscale-quality";
|
| -
|
| -// Scaling quality for capturing tab. Should be one of "fast", "good" or "best".
|
| -// One flag for upscaling, one for downscaling.
|
| -// Upscale defaults to "best".
|
| -const char kTabCaptureUpscaleQuality[] = "tab-capture-upscale-quality";
|
| -
|
| // 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";
|
|
|