Index: net/socket/ssl_client_socket_mac.cc |
diff --git a/net/socket/ssl_client_socket_mac.cc b/net/socket/ssl_client_socket_mac.cc |
index ff43849b917add382fa2cde0b236f3c383cca03f..0ac084b7327d82e5f228449fc77dfaba2a1bbb38 100644 |
--- a/net/socket/ssl_client_socket_mac.cc |
+++ b/net/socket/ssl_client_socket_mac.cc |
@@ -789,6 +789,13 @@ int SSLClientSocketMac::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 |
SSLClientSocketMac::GetNextProto(std::string* proto, |
std::string* server_protos) { |