| Index: net/socket/socket_test_util.h
|
| diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
|
| index d6c7abafd980ffe828ae75cc6009da2f2adf716d..374088a9f207046ae07efe91236837b153f91533 100644
|
| --- a/net/socket/socket_test_util.h
|
| +++ b/net/socket/socket_test_util.h
|
| @@ -723,10 +723,6 @@ class MockClientSocket : public SSLClientSocket {
|
| void RunCallbackAsync(const CompletionCallback& callback, int result);
|
| void RunCallback(const CompletionCallback& callback, int result);
|
|
|
| - // SSLClientSocket implementation.
|
| - scoped_refptr<X509Certificate> GetUnverifiedServerCertificateChain()
|
| - const override;
|
| -
|
| // True if Connect completed successfully and Disconnect hasn't been called.
|
| bool connected_;
|
|
|
|
|