| Index: net/http/http_stream_factory_impl.cc
|
| ===================================================================
|
| --- net/http/http_stream_factory_impl.cc (revision 113337)
|
| +++ net/http/http_stream_factory_impl.cc (working copy)
|
| @@ -37,8 +37,7 @@
|
|
|
| HttpStreamFactoryImpl::HttpStreamFactoryImpl(HttpNetworkSession* session)
|
| : session_(session),
|
| - http_pipelined_host_pool_(this, NULL,
|
| - session_->http_server_properties()) {}
|
| + http_pipelined_host_pool_(this, NULL) {}
|
|
|
| HttpStreamFactoryImpl::~HttpStreamFactoryImpl() {
|
| DCHECK(request_map_.empty());
|
|
|