| Index: net/spdy/spdy_session_pool.h
|
| diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h
|
| index d02ecb23ad0cd0ed18902a3fff2507e7d0f7c751..eeae3148f5495e88621b0fc5d5c71f9d7d49848f 100644
|
| --- a/net/spdy/spdy_session_pool.h
|
| +++ b/net/spdy/spdy_session_pool.h
|
| @@ -55,6 +55,7 @@ class NET_EXPORT SpdySessionPool
|
| const base::WeakPtr<HttpServerProperties>& http_server_properties,
|
| TransportSecurityState* transport_security_state,
|
| bool enable_ping_based_connection_checking,
|
| + bool enable_priority_dependencies,
|
| NextProto default_protocol,
|
| size_t session_max_recv_window_size,
|
| size_t stream_max_recv_window_size,
|
| @@ -227,6 +228,7 @@ class NET_EXPORT SpdySessionPool
|
| bool verify_domain_authentication_;
|
| bool enable_sending_initial_data_;
|
| bool enable_ping_based_connection_checking_;
|
| + const bool enable_priority_dependencies_;
|
| const NextProto default_protocol_;
|
| size_t session_max_recv_window_size_;
|
| size_t stream_max_recv_window_size_;
|
|
|