Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index b3231f73197165f98f8e1afa827a465ec94f35d8..c6b099ab467d004f5d6b60b47b2131695cc55831 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -24,12 +24,6 @@ const char kAllowFileAccess[] = "allow-file-access"; |
// Don't block outdated plugins. |
const char kAllowOutdatedPlugins[] = "allow-outdated-plugins"; |
-// Disable checking of the renegotiation extension and any future checks over |
-// and above what a "traditional" SSL stack might do. This has been requested |
-// in order to support some web development tools that intercept SSL |
-// connections. |
-const char kAllowSSLMITMProxies[] = "allow-ssl-mitm-proxies"; |
- |
// Allows injecting extensions and user scripts on the extensions |
// gallery site. Normally prevented for security reasons, but can be |
// useful for automation testing of the gallery. |