| Index: net/http/http_stream_factory_impl.h
|
| diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h
|
| index 99aaf2206455e00c6fdfd20100c1e927238f0d73..b61b8abee89f66676b743d0566e1efcf301dac80 100644
|
| --- a/net/http/http_stream_factory_impl.h
|
| +++ b/net/http/http_stream_factory_impl.h
|
| @@ -168,10 +168,6 @@ class NET_EXPORT_PRIVATE HttpStreamFactoryImpl : public HttpStreamFactory {
|
|
|
| const bool for_websockets_;
|
|
|
| - // True if only one preconnect is allowed to proxy servers that support
|
| - // request priorities.
|
| - const bool allow_only_one_preconnect_to_proxy_servers_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(HttpStreamFactoryImpl);
|
| };
|
|
|
|
|