diff options
Diffstat (limited to 'net/socket/socks_client_socket_pool.h')
-rw-r--r-- | net/socket/socks_client_socket_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/socks_client_socket_pool.h b/net/socket/socks_client_socket_pool.h index 090c29f..96c48426 100644 --- a/net/socket/socks_client_socket_pool.h +++ b/net/socket/socks_client_socket_pool.h @@ -137,7 +137,7 @@ class NET_EXPORT_PRIVATE SOCKSClientSocketPool StreamSocket* socket, int id) OVERRIDE; - virtual void Flush() OVERRIDE; + virtual void FlushWithError(int error) OVERRIDE; virtual bool IsStalled() const OVERRIDE; |