| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 244e371a54a230b53b7ae00ae1ccf9d69893b614..a5c89516f73ff4d97766618e10990f57c283bc42 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -583,9 +583,6 @@ const char kGpuVendorID[] = "gpu-vendor-id";
|
| // These mappings only apply to the host resolver.
|
| const char kHostResolverRules[] = "host-resolver-rules";
|
|
|
| -// Ignores certificate-related errors.
|
| -const char kIgnoreCertificateErrors[] = "ignore-certificate-errors";
|
| -
|
| // Ignores GPU blacklist.
|
| const char kIgnoreGpuBlacklist[] = "ignore-gpu-blacklist";
|
|
|
| @@ -814,10 +811,6 @@ const char kStartFullscreen[] = "start-fullscreen";
|
| const char kStatsCollectionController[] =
|
| "enable-stats-collection-bindings";
|
|
|
| -// 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";
|
| -
|
| // Type of the current test harness ("browser" or "ui").
|
| const char kTestType[] = "test-type";
|
|
|
|
|