diff options
Diffstat (limited to 'net/test/spawned_test_server')
-rw-r--r-- | net/test/spawned_test_server/spawner_communicator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/spawned_test_server/spawner_communicator.cc b/net/test/spawned_test_server/spawner_communicator.cc index 3887157..d7736b8 100644 --- a/net/test/spawned_test_server/spawner_communicator.cc +++ b/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, |