| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 64d4e3383498a8d2ab3602f7577347c34fb1006e..621fab79d9ddfe9a6283f9f98616fef8311696b1 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -771,14 +771,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";
|
|
|