diff options
Diffstat (limited to 'net/base/tcp_client_socket.h')
-rw-r--r-- | net/base/tcp_client_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/base/tcp_client_socket.h b/net/base/tcp_client_socket.h index e4a0848..abb3b8e 100644 --- a/net/base/tcp_client_socket.h +++ b/net/base/tcp_client_socket.h @@ -50,6 +50,7 @@ class TCPClientSocket : public ClientSocket, virtual int ReconnectIgnoringLastError(CompletionCallback* callback); virtual void Disconnect(); virtual bool IsConnected() const; + virtual bool IsConnectedAndIdle() const; // Socket methods: // Multiple outstanding requests are not supported. |