| Index: chrome/browser/net/connection_tester.cc
|
| diff --git a/chrome/browser/net/connection_tester.cc b/chrome/browser/net/connection_tester.cc
|
| index 58def7168fd48134d0e614c4cbbd767152c4f4d9..57b4362e3c3c6604862f346683a00458dab4e584 100644
|
| --- a/chrome/browser/net/connection_tester.cc
|
| +++ b/chrome/browser/net/connection_tester.cc
|
| @@ -411,7 +411,7 @@ void ConnectionTester::TestRunner::ProxyConfigServiceCreated(
|
| }
|
| // Fetch a request using the experimental context.
|
| request_ = request_context_->CreateRequest(
|
| - experiment.url, net::DEFAULT_PRIORITY, this, NULL);
|
| + experiment.url, net::DEFAULT_PRIORITY, this);
|
| request_->Start();
|
| }
|
|
|
|
|