| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index aa413aeb97706540315d10f869a9a418683dffde..0850e44e4564221888ca63fc37943db3f9432126 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -664,7 +664,7 @@ int ResourceDispatcher::StartAsync(
|
| new URLLoaderClientImpl(request_id, this, main_thread_task_runner_));
|
| mojom::URLLoaderPtr url_loader;
|
| url_loader_factory->CreateLoaderAndStart(
|
| - GetProxy(&url_loader), request_id, *request,
|
| + GetProxy(&url_loader), routing_id, request_id, *request,
|
| client->CreateInterfacePtrAndBind());
|
| pending_requests_[request_id]->url_loader = std::move(url_loader);
|
| pending_requests_[request_id]->url_loader_client = std::move(client);
|
|
|