Index: chrome/browser/net/connection_tester.cc |
=================================================================== |
--- chrome/browser/net/connection_tester.cc (revision 255909) |
+++ 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); |
+ experiment.url, net::DEFAULT_PRIORITY, this, NULL); |
request_->Start(); |
} |