Index: chrome/browser/browser_main_win.cc |
diff --git a/chrome/browser/browser_main_win.cc b/chrome/browser/browser_main_win.cc |
index 273a1132da5edfd8ab5d19567a5735d865f29dc9..82eb6d22fc1a46c6b4a32dddae74f26ef92f5896 100644 |
--- a/chrome/browser/browser_main_win.cc |
+++ b/chrome/browser/browser_main_win.cc |
@@ -240,12 +240,12 @@ class BrowserMainPartsWin : public BrowserMainParts { |
// Because of a build system issue (http://crbug.com/43461), the default |
// client socket factory uses SChannel (the system SSL library) for SSL by |
// default on Windows. |
- if (!parsed_command_line().HasSwitch(switches::kUseSystemSSL)) { |
- net::ClientSocketFactory::SetSSLClientSocketFactory( |
- net::SSLClientSocketNSSFactory); |
- // We want to be sure to init NSPR on the main thread. |
- base::EnsureNSPRInit(); |
- } |
+ // if (!parsed_command_line().HasSwitch(switches::kUseSystemSSL)) { |
wtc
2010/12/10 01:29:13
Please add a comment to note why this block of cod
|
+ // net::ClientSocketFactory::SetSSLClientSocketFactory( |
+ // net::SSLClientSocketNSSFactory); |
+ // // We want to be sure to init NSPR on the main thread. |
+ // base::EnsureNSPRInit(); |
+ // } |
} |
}; |