| Index: net/socket/ssl_client_socket_win.cc
|
| diff --git a/net/socket/ssl_client_socket_win.cc b/net/socket/ssl_client_socket_win.cc
|
| index d9973800707e0e243258cc0875484dba5f0d8609..445ac3b228ee3ea129208e1d6e3c90530e7323de 100644
|
| --- a/net/socket/ssl_client_socket_win.cc
|
| +++ b/net/socket/ssl_client_socket_win.cc
|
| @@ -554,6 +554,13 @@ int SSLClientSocketWin::ExportKeyingMaterial(const base::StringPiece& label,
|
| return ERR_NOT_IMPLEMENTED;
|
| }
|
|
|
| +int SSLClientSocketOpenSSL::GetTlsUniqueChannelBinding(
|
| + unsigned char* out,
|
| + unsigned int *outlen,
|
| + unsigned int outlen_max) {
|
| + return ERR_NOT_IMPLEMENTED;
|
| +}
|
| +
|
| SSLClientSocket::NextProtoStatus
|
| SSLClientSocketWin::GetNextProto(std::string* proto,
|
| std::string* server_protos) {
|
|
|