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

Unified Diff: content/common/url_loader.mojom

Issue 2658583002: Revert of Use associated interface on DownloadedTempFile (Closed)
Patch Set: Rebased. Created 3 years, 11 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 5429331b06064cda930e9b515472a357b57b85fa..e7da7ea76d881a85633650ee18ec97db5c67656c 100644
--- a/content/common/url_loader.mojom
+++ b/content/common/url_loader.mojom
@@ -35,8 +35,7 @@ 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,
- associated DownloadedTempFile? downloaded_file);
+ OnReceiveResponse(URLResponseHead head, DownloadedTempFile? downloaded_file);
// Called when the request has been redirected. The receiver is expected to
// call FollowRedirect or cancel the request.
« no previous file with comments | « content/child/url_loader_client_impl.cc ('k') | content/renderer/service_worker/service_worker_context_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698