| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index c4a8a37b78f77e722020a2431a64da525b44cfde..9dc2c4fa6aada3a53377e20f147390f67c5a8ee0 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -829,9 +829,6 @@ const char kTabCaptureUpscaleQuality[] = "tab-capture-upscale-quality";
|
| const char kTestingFixedHttpPort[] = "testing-fixed-http-port";
|
| const char kTestingFixedHttpsPort[] = "testing-fixed-https-port";
|
|
|
| -// Runs the security test for the renderer sandbox.
|
| -const char kTestSandbox[] = "test-sandbox";
|
| -
|
| // Type of the current test harness ("browser" or "ui").
|
| const char kTestType[] = "test-type";
|
|
|
|
|