| Index: net/socket/socket_test_util.h
|
| diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
|
| index 6cbd4d5ecd2f4ec05e85c100a2e67d4eb3c0eb6a..e0ce38e27124761f78a8e1c8465d672f060044ed 100644
|
| --- a/net/socket/socket_test_util.h
|
| +++ b/net/socket/socket_test_util.h
|
| @@ -589,6 +589,9 @@ class MockClientSocketFactory : public ClientSocketFactory {
|
|
|
| class MockClientSocket : public SSLClientSocket {
|
| public:
|
| + // Value returned by GetTLSUniqueChannelBinding().
|
| + static const char kTlsUnique[];
|
| +
|
| // TODO(ajwong): Why do we need net::NetLog?
|
| explicit MockClientSocket(net::NetLog* net_log);
|
|
|
|
|