| Index: net/socket/socket_test_util.h
|
| diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
|
| index 7f2005498f0aaaea870a218ce1585cbc0d06d8bc..401f83fbba87a8f10ee6466901133084c9695672 100644
|
| --- a/net/socket/socket_test_util.h
|
| +++ b/net/socket/socket_test_util.h
|
| @@ -537,9 +537,6 @@ class MockClientSocketFactory : public ClientSocketFactory {
|
|
|
| class MockClientSocket : public SSLClientSocket {
|
| public:
|
| - // Value returned by GetTLSUniqueChannelBinding().
|
| - static const char kTlsUnique[];
|
| -
|
| // The BoundNetLog is needed to test LoadTimingInfo, which uses NetLog IDs as
|
| // unique socket IDs.
|
| explicit MockClientSocket(const BoundNetLog& net_log);
|
| @@ -576,7 +573,6 @@ class MockClientSocket : public SSLClientSocket {
|
| const base::StringPiece& context,
|
| unsigned char* out,
|
| unsigned int outlen) override;
|
| - int GetTLSUniqueChannelBinding(std::string* out) override;
|
| NextProtoStatus GetNextProto(std::string* proto) const override;
|
| ChannelIDService* GetChannelIDService() const override;
|
| Error GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
|
|
|