summaryrefslogtreecommitdiffstats
path: root/net/socket/socket_test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/socket_test_util.h')
-rw-r--r--net/socket/socket_test_util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
index fa9abd9..6b7cc5c 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -605,6 +605,10 @@ class MockClientSocket : public net::SSLClientSocket {
virtual void GetSSLInfo(net::SSLInfo* ssl_info);
virtual void GetSSLCertRequestInfo(
net::SSLCertRequestInfo* cert_request_info);
+ virtual int ExportKeyingMaterial(const base::StringPiece& label,
+ const base::StringPiece& context,
+ unsigned char *out,
+ unsigned int outlen);
virtual NextProtoStatus GetNextProto(std::string* proto);
protected: