Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 6cfff13e1b9695c30b5eaf1fc8b31ec95ed062d3..d807e2bf5e258c0a37f5ab561906b87fe7449711 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -572,9 +572,6 @@ const char kGpuSandboxFailuresFatal[] = "gpu-sandbox-failures-fatal"; |
// Causes the GPU process to display a dialog on launch. |
const char kGpuStartupDialog[] = "gpu-startup-dialog"; |
-// Ignores certificate-related errors. |
-const char kIgnoreCertificateErrors[] = "ignore-certificate-errors"; |
- |
// Don't allow content to arbitrarily append to the back/forward list. |
// The page must prcoess a user gesture before an entry can be added. |
const char kHistoryEntryRequiresUserGesture[] = |
@@ -837,10 +834,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"; |