Chromium Code Reviews| Index: content/common/url_loader_factory.mojom |
| diff --git a/content/common/url_loader_factory.mojom b/content/common/url_loader_factory.mojom |
| index 834a90ae372c8615b02584060d9fa1af9f2d8c90..73e077ad2680b7c669d382af4830edb8c5cab889 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, |
| + NetworkTrafficAnnotationTag traffic_annotation); |
|
battre
2017/06/01 12:36:36
Shouldn't this be MutableNetworkTrafficAnnotationT
Ramin Halavati
2017/06/01 13:14:27
Done.
|
| // Loads the resource for the given |request| synchronously. |
| // |request_id| is for compatibility with the existing Chrome IPC. |