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

Unified Diff: content/common/url_loader.mojom

Issue 2561743003: Use associated interface on DownloadedTempFile (Closed)
Patch Set: update LayoutTest/TestExpectations Created 4 years 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 f77988b238bd2d74a1d6a29e8b682de11ce9bec8..23243d10453a85c14bec3d9550dddc211498dead 100644
--- a/content/common/url_loader.mojom
+++ b/content/common/url_loader.mojom
@@ -35,7 +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, DownloadedTempFile? downloaded_file);
+ OnReceiveResponse(URLResponseHead head, associated DownloadedTempFile? downloaded_file);
yhirano 2016/12/09 03:49:23 reflow needed?
tzik 2016/12/09 07:08:39 Done.
// 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