Index: net/http/http_network_session.h |
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
index 84f2767c04f5d3ed7a6a382aee9b3b80823bd106..f3eb086c3cb5b7fe97da3297269e58fbfd067132 100644 |
--- a/net/http/http_network_session.h |
+++ b/net/http/http_network_session.h |
@@ -188,10 +188,6 @@ class NET_EXPORT HttpNetworkSession |
// Enable HTTP/0.9 for HTTP/HTTPS on ports other than the default one for |
// each protocol. |
bool http_09_on_non_default_ports_enabled; |
- |
- // If true, only one pending preconnect is allowed to proxies that support |
- // request priorities. |
- bool restrict_to_one_preconnect_for_proxies; |
}; |
enum SocketPoolType { |