Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1005)

Unified Diff: content/common/url_loader.mojom

Issue 2715423003: [Mojo-Loading] Use independent URLLoaderClient (Closed)
Patch Set: fix Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/url_loader.mojom
diff --git a/content/common/url_loader.mojom b/content/common/url_loader.mojom
index 102065a354a4ebb7abae0bf65abcca580f66e16c..21f5efdd4d9c7f0d764b815e00cc309f8ad2cc0f 100644
--- a/content/common/url_loader.mojom
+++ b/content/common/url_loader.mojom
@@ -51,7 +51,7 @@ interface URLLoaderClient {
// Called when the response head is received. |downloaded_file| is non-null in
// the 'download_to_file' case.
OnReceiveResponse(URLResponseHead head,
- associated DownloadedTempFile? downloaded_file);
+ DownloadedTempFile? downloaded_file);
// Called when the request has been redirected. The receiver is expected to
// call FollowRedirect or cancel the request.

Powered by Google App Engine
This is Rietveld 408576698