summaryrefslogtreecommitdiffstats
path: root/chromium/net/test/spawned_test_server/spawner_communicator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/test/spawned_test_server/spawner_communicator.cc')
-rw-r--r--chromium/net/test/spawned_test_server/spawner_communicator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/test/spawned_test_server/spawner_communicator.cc b/chromium/net/test/spawned_test_server/spawner_communicator.cc
index 38871571c96..d7736b8d77b 100644
--- a/chromium/net/test/spawned_test_server/spawner_communicator.cc
+++ b/chromium/net/test/spawned_test_server/spawner_communicator.cc
@@ -173,7 +173,7 @@ void SpawnerCommunicator::SendCommandAndWaitForResultOnIOThread(
DCHECK(!cur_request_.get());
context_.reset(new TestURLRequestContext);
cur_request_ = context_->CreateRequest(
- GenerateSpawnerCommandURL(command, port_), DEFAULT_PRIORITY, this);
+ GenerateSpawnerCommandURL(command, port_), DEFAULT_PRIORITY, this, NULL);
DCHECK(cur_request_);
int current_request_id = ++next_id_;
SpawnerRequestData* data = new SpawnerRequestData(current_request_id,