summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/tcp_client_socket_pool.h')
-rw-r--r--net/socket/tcp_client_socket_pool.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/socket/tcp_client_socket_pool.h b/net/socket/tcp_client_socket_pool.h
index 49c0aa7..96ebe73 100644
--- a/net/socket/tcp_client_socket_pool.h
+++ b/net/socket/tcp_client_socket_pool.h
@@ -76,10 +76,12 @@ class TCPConnectJob : public ConnectJob {
class TCPClientSocketPool : public ClientSocketPool {
public:
- TCPClientSocketPool(int max_sockets,
- int max_sockets_per_group,
- HostResolver* host_resolver,
- ClientSocketFactory* client_socket_factory);
+ TCPClientSocketPool(
+ int max_sockets,
+ int max_sockets_per_group,
+ HostResolver* host_resolver,
+ ClientSocketFactory* client_socket_factory,
+ const scoped_refptr<NetworkChangeNotifier>& network_change_notifier);
// ClientSocketPool methods: