Chromium Code Reviews| Index: net/socket/socket_test_util.h |
| =================================================================== |
| --- net/socket/socket_test_util.h (revision 57023) |
| +++ net/socket/socket_test_util.h (working copy) |
| @@ -636,6 +636,7 @@ |
| // ClientSocket methods: |
| virtual int Connect(net::CompletionCallback* callback); |
| virtual void Disconnect(); |
| + virtual bool IsConnected() const; |
| // Socket methods: |
| virtual int Read(net::IOBuffer* buf, int buf_len, |