Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 4516ed9924ac8cc33b90c893fb49a0c7425e95d8..6bc59665cfc4d5b3ead11ab1f80bfde5ef5bb475 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -570,9 +570,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"; |
@@ -794,10 +791,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"; |