Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index ae472d64c03ad8ff029afabc289ffd1309f3d1ec..c71b46b42e91229dd673a56c50105b69211dd9e6 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -569,9 +569,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"; |