| Index: net/spdy/spdy_session_pool.h
|
| diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
|
| index e68d0c4f6d50d9dfff33b95e08cac27e3194fda1..c44e9de51b5655a4b518bb02da5b378cb3e54754 100644
|
| --- a/net/spdy/spdy_session_pool.h
|
| +++ b/net/spdy/spdy_session_pool.h
|
| @@ -51,7 +51,6 @@ class NET_EXPORT SpdySessionPool
|
| SSLConfigService* ssl_config_service,
|
| const base::WeakPtr<HttpServerProperties>& http_server_properties,
|
| bool force_single_domain,
|
| - bool enable_ip_pooling,
|
| bool enable_compression,
|
| bool enable_ping_based_connection_checking,
|
| NextProto default_protocol,
|
| @@ -215,7 +214,6 @@ class NET_EXPORT SpdySessionPool
|
| bool verify_domain_authentication_;
|
| bool enable_sending_initial_data_;
|
| bool force_single_domain_;
|
| - bool enable_ip_pooling_;
|
| bool enable_compression_;
|
| bool enable_ping_based_connection_checking_;
|
| const NextProto default_protocol_;
|
|
|