Chromium Code Reviews| Index: net/base/tcp_client_socket.h |
| =================================================================== |
| --- net/base/tcp_client_socket.h (revision 12708) |
| +++ net/base/tcp_client_socket.h (working copy) |
| @@ -46,7 +46,6 @@ |
| // ClientSocket methods: |
| virtual int Connect(CompletionCallback* callback); |
| - virtual int ReconnectIgnoringLastError(CompletionCallback* callback); |
| virtual void Disconnect(); |
| virtual bool IsConnected() const; |
| virtual bool IsConnectedAndIdle() const; |