diff options
Diffstat (limited to 'net/http/http_network_session.h')
-rw-r--r-- | net/http/http_network_session.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h index 64d302d..a6e10b1 100644 --- a/net/http/http_network_session.h +++ b/net/http/http_network_session.h @@ -84,10 +84,6 @@ class HttpNetworkSession : public base::RefCounted<HttpNetworkSession> { return http_auth_handler_factory_; } - // Replace the current socket pool with a new one. This effectively - // abandons the current pool. This is only used for debugging. - void ReplaceTCPSocketPool(); - static void set_max_sockets_per_group(int socket_count); static uint16 fixed_http_port(); |