Chromium Code Reviews| Index: net/http/http_network_transaction_unittest.cc |
| =================================================================== |
| --- net/http/http_network_transaction_unittest.cc (revision 10055) |
| +++ net/http/http_network_transaction_unittest.cc (working copy) |
| @@ -109,6 +109,9 @@ |
| virtual bool IsConnected() const { |
| return connected_; |
| } |
| + virtual bool IsConnectedAndIdle() const { |
| + return connected_; |
| + } |
| // Socket methods: |
| virtual int Read(char* buf, int buf_len, net::CompletionCallback* callback) { |
| DCHECK(!callback_); |