| Index: content/common/url_loader_factory.mojom
|
| diff --git a/content/common/url_loader_factory.mojom b/content/common/url_loader_factory.mojom
|
| index 13b8d2e63a0f74dd613d364406e4057c19f63cf9..490c8538fa0a5b73577cf45107fca081c91a15ce 100644
|
| --- a/content/common/url_loader_factory.mojom
|
| +++ b/content/common/url_loader_factory.mojom
|
| @@ -23,7 +23,8 @@ interface URLLoaderFactory {
|
| int32 request_id,
|
| uint32 options,
|
| URLRequest request,
|
| - URLLoaderClient client);
|
| + URLLoaderClient client,
|
| + MutableNetworkTrafficAnnotationTag traffic_annotation);
|
|
|
| // Loads the resource for the given |request| synchronously.
|
| // |request_id| is for compatibility with the existing Chrome IPC.
|
|
|