Index: net/socket/ssl_client_socket_mac.cc |
=================================================================== |
--- net/socket/ssl_client_socket_mac.cc (revision 112817) |
+++ net/socket/ssl_client_socket_mac.cc (working copy) |
@@ -792,8 +792,10 @@ |
} |
SSLClientSocket::NextProtoStatus |
-SSLClientSocketMac::GetNextProto(std::string* proto) { |
+SSLClientSocketMac::GetNextProto(std::string* proto, |
+ std::string* server_proto) { |
agl
2011/12/05 16:38:10
s
ramant (doing other things)
2011/12/05 19:03:28
Done.
|
proto->clear(); |
+ server_proto->clear(); |
agl
2011/12/05 16:38:10
s
ramant (doing other things)
2011/12/05 19:03:28
Done.
|
return kNextProtoUnsupported; |
} |