Chromium Code Reviews| Index: net/base/tcp_client_socket.h |
| =================================================================== |
| --- net/base/tcp_client_socket.h (revision 10055) |
| +++ net/base/tcp_client_socket.h (working copy) |
| @@ -50,6 +50,7 @@ |
| virtual int ReconnectIgnoringLastError(CompletionCallback* callback); |
| virtual void Disconnect(); |
| virtual bool IsConnected() const; |
| + virtual bool IsConnectedAndIdle() const; |
| // Socket methods: |
| // Multiple outstanding requests are not supported. |