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

Unified Diff: chrome/browser/browser_main.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
« no previous file with comments | « no previous file | chrome/common/chrome_switches.h » ('j') | net/http/http_stream_factory_impl_job.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_main.cc
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
index 74253ddf849b152fe8e488b7f7c9bdfc6756bc7c..229ce2fa538d0f41bafb316f32cad10ab92270ba 100644
--- a/chrome/browser/browser_main.cc
+++ b/chrome/browser/browser_main.cc
@@ -219,8 +219,6 @@ void BrowserMainParts::EarlyInitialization() {
net::SSLConfigService::EnableDNSSEC();
if (parsed_command_line().HasSwitch(switches::kDisableSSLFalseStart))
net::SSLConfigService::DisableFalseStart();
- if (parsed_command_line().HasSwitch(switches::kAllowSSLMITMProxies))
- net::SSLConfigService::AllowMITMProxies();
// Disabled to stop people playing with it.
// if (parsed_command_line().HasSwitch(switches::kEnableSnapStart))
// net::SSLConfigService::EnableSnapStart();
« no previous file with comments | « no previous file | chrome/common/chrome_switches.h » ('j') | net/http/http_stream_factory_impl_job.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698