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

Unified Diff: chrome/browser/browser_main_win.cc

Issue 5733003: Use SChannel for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
+ // }
}
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698