Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3979)

Unified Diff: chrome/common/chrome_switches.cc

Issue 6792032: net: remove forced renegotiation checks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698