| Index: chrome/browser/browser_main_win.cc
|
| ===================================================================
|
| --- chrome/browser/browser_main_win.cc (revision 74291)
|
| +++ chrome/browser/browser_main_win.cc (working copy)
|
| @@ -239,8 +239,7 @@
|
| // 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);
|
| + net::UseNSSSSLProvider();
|
| // We want to be sure to init NSPR on the main thread.
|
| base::EnsureNSPRInit();
|
| }
|
|
|