| Index: net/socket/socket_test_util.cc
|
| ===================================================================
|
| --- net/socket/socket_test_util.cc (revision 57023)
|
| +++ net/socket/socket_test_util.cc (working copy)
|
| @@ -493,6 +493,10 @@
|
| transport_->socket()->Disconnect();
|
| }
|
|
|
| +bool MockSSLClientSocket::IsConnected() const {
|
| + return transport_->socket()->IsConnected();
|
| +}
|
| +
|
| int MockSSLClientSocket::Read(net::IOBuffer* buf, int buf_len,
|
| net::CompletionCallback* callback) {
|
| return transport_->socket()->Read(buf, buf_len, callback);
|
|
|