Index: chrome/browser/net/connection_tester.cc |
diff --git a/chrome/browser/net/connection_tester.cc b/chrome/browser/net/connection_tester.cc |
index f2856006927d393a327a0e73a4fc369d2f5064a5..e13e5dcfaaeb0db743f4c92321a9fbd4b9d462a5 100644 |
--- a/chrome/browser/net/connection_tester.cc |
+++ b/chrome/browser/net/connection_tester.cc |
@@ -395,8 +395,9 @@ void ConnectionTester::TestRunner::ProxyConfigServiceCreated( |
return; |
} |
// Fetch a request using the experimental context. |
- request_.reset(new net::URLRequest(experiment.url, this)); |
- request_->set_context(request_context_.get()); |
+ request_.reset(new net::URLRequest(experiment.url, |
+ this, |
+ request_context_.get())); |
request_->Start(); |
} |