| Index: trunk/src/chrome/browser/net/connection_tester.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/net/connection_tester.cc (revision 256581)
|
| +++ trunk/src/chrome/browser/net/connection_tester.cc (working copy)
|
| @@ -412,7 +412,7 @@
|
| }
|
| // 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();
|
| }
|
|
|
|
|