Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: chrome/browser/io_thread.cc

Issue 10905299: Fix bug in setting IOThread::Globals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebaseline Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698