Chromium Code Reviews| Index: net/socket/ssl_server_socket_openssl.cc |
| diff --git a/net/socket/ssl_server_socket_openssl.cc b/net/socket/ssl_server_socket_openssl.cc |
| index 8dc1b9c03aa967c3c5725a4ec824fbbaeeb9fc52..88f480aa3bfca68c15c0160a952685a7ab014eee 100644 |
| --- a/net/socket/ssl_server_socket_openssl.cc |
| +++ b/net/socket/ssl_server_socket_openssl.cc |
| @@ -7,6 +7,8 @@ |
| namespace net { |
| +void EnableSSLServerSockets() {} |
|
Wez
2012/06/12 21:30:35
nit: Consider NOTIMPLEMENTED(); here.
|
| + |
| // TODO(bulach): Rather than disable components which call |
| // CreateSSLServerSocket when building for OpenSSL rather than NSS, just |
| // provide a stub for it for now. |
|
Wez
2012/06/12 21:30:35
nit: Move this to a file-scope comment explaining
|