| Index: net/socket/ssl_client_socket_nss.cc
|
| diff --git a/net/socket/ssl_client_socket_nss.cc b/net/socket/ssl_client_socket_nss.cc
|
| index 4a946d8b9ec4b83cea0e6e1f8a77dc4130e7f701..6dd64364bea1ea95870f5dabdf3bdfb738e5b147 100644
|
| --- a/net/socket/ssl_client_socket_nss.cc
|
| +++ b/net/socket/ssl_client_socket_nss.cc
|
| @@ -3094,7 +3094,7 @@ int SSLClientSocketNSS::Init() {
|
| EnsureNSSSSLInit();
|
| if (!NSS_IsInitialized())
|
| return ERR_UNEXPECTED;
|
| -#if !defined(OS_MACOSX) && !defined(OS_WIN)
|
| +#if defined(USE_NSS) || defined(OS_IOS)
|
| if (ssl_config_.cert_io_enabled) {
|
| // We must call EnsureNSSHttpIOInit() here, on the IO thread, to get the IO
|
| // loop by MessageLoopForIO::current().
|
|
|