Index: net/spdy/spdy_session_pool.h |
diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h |
index 77d318d6fb1072e7ff3a827e01fd2e570f0ffcd6..eaefdcb49994b4ef9325864b1ae233729f8e4a23 100644 |
--- a/net/spdy/spdy_session_pool.h |
+++ b/net/spdy/spdy_session_pool.h |
@@ -50,7 +50,6 @@ class NET_EXPORT SpdySessionPool |
HttpServerProperties* http_server_properties, |
TransportSecurityState* transport_security_state, |
bool enable_ping_based_connection_checking, |
- bool enable_priority_dependencies, |
size_t session_max_recv_window_size, |
size_t stream_max_recv_window_size, |
SpdySessionPool::TimeFunc time_func, |
@@ -221,7 +220,6 @@ class NET_EXPORT SpdySessionPool |
bool verify_domain_authentication_; |
bool enable_sending_initial_data_; |
bool enable_ping_based_connection_checking_; |
- const bool enable_priority_dependencies_; |
size_t session_max_recv_window_size_; |
size_t stream_max_recv_window_size_; |
TimeFunc time_func_; |