| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 83b4ddb4b25c9548cfdffd03a1beb09765e2d70b..491f4febe020bb68f43c61c30b7a4ae595ede63f 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -507,7 +507,7 @@ void IOThread::Init() {
|
| globals_->ignore_certificate_errors;
|
| session_params.http_pipelining_enabled = globals_->http_pipelining_enabled;
|
| session_params.testing_fixed_http_port = globals_->testing_fixed_http_port;
|
| - session_params.testing_fixed_https_port = globals_->http_pipelining_enabled;
|
| + session_params.testing_fixed_https_port = globals_->testing_fixed_https_port;
|
|
|
| scoped_refptr<net::HttpNetworkSession> network_session(
|
| new net::HttpNetworkSession(session_params));
|
|
|