| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index f97684515fb3edb5d0365158acaf81a06182f06b..318bbaa8da01b23cc12d614b2ac4bc7397cbd743 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -670,7 +670,8 @@ int ResourceDispatcher::StartAsync(
|
| std::unique_ptr<ThrottlingURLLoader> url_loader =
|
| ThrottlingURLLoader::CreateLoaderAndStart(
|
| url_loader_factory, std::move(throttles), routing_id, request_id,
|
| - mojom::kURLLoadOptionNone, std::move(request), client.get());
|
| + mojom::kURLLoadOptionNone, std::move(request), client.get(),
|
| + net::MutableNetworkTrafficAnnotationTag(NO_TRAFFIC_ANNOTATION_YET));
|
| pending_requests_[request_id]->url_loader = std::move(url_loader);
|
| pending_requests_[request_id]->url_loader_client = std::move(client);
|
| } else {
|
|
|