| Index: content/common/url_loader.mojom
|
| diff --git a/content/common/url_loader.mojom b/content/common/url_loader.mojom
|
| index c0e63c873419c25b33fd0d8f0279e59503ee43e2..01179ab1c13eb566dbae42aa40dd8fe5caa4133b 100644
|
| --- a/content/common/url_loader.mojom
|
| +++ b/content/common/url_loader.mojom
|
| @@ -35,7 +35,8 @@ interface DownloadedTempFile {
|
| interface URLLoaderClient {
|
| // Called when the response head is received. |downloaded_file| is non-null in
|
| // the 'download_to_file' case.
|
| - OnReceiveResponse(URLResponseHead head, DownloadedTempFile? downloaded_file);
|
| + OnReceiveResponse(URLResponseHead head,
|
| + associated DownloadedTempFile? downloaded_file);
|
|
|
| // Called when the request has been redirected. The receiver is expected to
|
| // call FollowRedirect or cancel the request.
|
|
|