diff options
Diffstat (limited to 'net/socket/client_socket_pool_manager_impl.h')
-rw-r--r-- | net/socket/client_socket_pool_manager_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/client_socket_pool_manager_impl.h b/net/socket/client_socket_pool_manager_impl.h index 1b0de1d..ff5e5a2 100644 --- a/net/socket/client_socket_pool_manager_impl.h +++ b/net/socket/client_socket_pool_manager_impl.h @@ -68,7 +68,7 @@ class ClientSocketPoolManagerImpl : public base::NonThreadSafe, HttpNetworkSession::SocketPoolType pool_type); virtual ~ClientSocketPoolManagerImpl(); - virtual void FlushSocketPools() OVERRIDE; + virtual void FlushSocketPoolsWithError(int error) OVERRIDE; virtual void CloseIdleSockets() OVERRIDE; virtual TransportClientSocketPool* GetTransportSocketPool() OVERRIDE; |