| 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 9d8657a1de7e5d9b5962dc42d8ecdec446767f7b..a801787388a9282df7caa5be4b7a0c98f258ee95 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -740,8 +740,7 @@
|
| 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_.privacy_mode,
|
| - request_info_.method, net_log_, io_callback_);
|
| + destination, secure_quic, 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.
|
|
|