Index: net/socket/ssl_client_socket_mac.h |
=================================================================== |
--- net/socket/ssl_client_socket_mac.h (revision 126517) |
+++ net/socket/ssl_client_socket_mac.h (working copy) |
@@ -45,8 +45,9 @@ |
virtual void GetSSLCertRequestInfo( |
SSLCertRequestInfo* cert_request_info) OVERRIDE; |
virtual int ExportKeyingMaterial(const base::StringPiece& label, |
+ bool has_context, |
const base::StringPiece& context, |
- unsigned char *out, |
+ unsigned char* out, |
unsigned int outlen) OVERRIDE; |
virtual NextProtoStatus GetNextProto(std::string* proto, |
std::string* server_protos) OVERRIDE; |