| Index: net/http/http_stream_factory_impl_job.cc
|
| diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc
|
| index f5e2ab281521daaf826c104cc49f20e458ecb612..09b58d403e7b193bfc41f4f77e04d99d48502c86 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -743,7 +743,8 @@ int HttpStreamFactoryImpl::Job::DoInitConnection() {
|
| next_state_ = STATE_INIT_CONNECTION_COMPLETE;
|
| bool secure_quic = using_ssl_ || proxy_info_.is_quic();
|
| int rv = quic_request_.Request(
|
| - destination, secure_quic, request_info_.method, net_log_, io_callback_);
|
| + destination, secure_quic, request_info_.privacy_mode,
|
| + request_info_.method, net_log_, io_callback_);
|
| if (rv != OK) {
|
| // OK, there's no available QUIC session. Let |waiting_job_| resume
|
| // if it's paused.
|
|
|