Index: net/socket/socket_test_util.h |
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h |
index 0c7e4cf18d6599ee205541f60d559a2a2604154d..d8615b1a9772ef725c68e142c65623ce2081f52a 100644 |
--- a/net/socket/socket_test_util.h |
+++ b/net/socket/socket_test_util.h |
@@ -602,6 +602,9 @@ class MockClientSocket : public SSLClientSocket { |
const base::StringPiece& context, |
unsigned char* out, |
unsigned int outlen) OVERRIDE; |
+ virtual int GetTlsUniqueChannelBinding(unsigned char* out, |
+ unsigned int *outlen, |
+ unsigned int outlen_max) OVERRIDE; |
virtual NextProtoStatus GetNextProto(std::string* proto, |
std::string* server_protos) OVERRIDE; |
virtual ServerBoundCertService* GetServerBoundCertService() const OVERRIDE; |