| Index: net/socket/client_socket_pool_manager_impl.h
|
| diff --git a/net/socket/client_socket_pool_manager_impl.h b/net/socket/client_socket_pool_manager_impl.h
|
| index 1b0de1d0687b0f9c9c6e8a93ea1b4614859155fc..ff5e5a247f708165e6c2eb41896ccd323d37a2f7 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;
|
|
|