| Index: chrome/browser/net/connection_tester.cc
|
| diff --git a/chrome/browser/net/connection_tester.cc b/chrome/browser/net/connection_tester.cc
|
| index 2303acae4903f00aacfec5561d7c6d385a742c7f..5cfef66ae15c1fa387f4cc8a8d9e0d1377397fd6 100644
|
| --- a/chrome/browser/net/connection_tester.cc
|
| +++ b/chrome/browser/net/connection_tester.cc
|
| @@ -401,9 +401,7 @@ void ConnectionTester::TestRunner::ProxyConfigServiceCreated(
|
| return;
|
| }
|
| // Fetch a request using the experimental context.
|
| - request_.reset(new net::URLRequest(experiment.url,
|
| - this,
|
| - request_context_.get()));
|
| + request_.reset(request_context_->CreateRequest(experiment.url, this));
|
| request_->Start();
|
| }
|
|
|
|
|