From 2fabd24b9eabb8a66c5553b7b45af134a5b929e5 Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Tue, 9 Feb 2010 21:55:51 +0000 Subject: Add the ssl_client_socket_nss_factory.h header and declare the SSLClientSocketNSSFactory function there. Put the --use-nss-for-ssl command-line switch inside ifdefs for the platforms that need it. Call EnsureNSPRInit on the main thread so that PR_Cleanup will be called on the main thread. R=mark BUG=28744 TEST=No build errors. Review URL: http://codereview.chromium.org/573041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38515 0039d316-1c4b-4281-b951-d872f2087c98 --- net/socket/client_socket_factory.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'net/socket/client_socket_factory.cc') diff --git a/net/socket/client_socket_factory.cc b/net/socket/client_socket_factory.cc index 6a3a4cc..4f05575 100644 --- a/net/socket/client_socket_factory.cc +++ b/net/socket/client_socket_factory.cc @@ -35,7 +35,6 @@ SSLClientSocket* DefaultSSLClientSocketFactory( #endif } -// True if we should use NSS instead of the system SSL library for SSL. SSLClientSocketFactory g_ssl_factory = DefaultSSLClientSocketFactory; class DefaultClientSocketFactory : public ClientSocketFactory { -- cgit v1.1