Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 839a8863533d0d0d76c87aa45b7c83b9136e98ca..77120030593f70012b3578681cab756cde9928e5 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -564,9 +564,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"; |
@@ -788,10 +785,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"; |