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

Unified Diff: content/common/url_loader.mojom

Issue 2633123002: [Mojo-Loading] OnStartLoadingResponseBody should be called after OnReceiveResponse (Closed)
Patch Set: fix 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
« no previous file with comments | « content/child/url_response_body_consumer_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/url_loader.mojom
diff --git a/content/common/url_loader.mojom b/content/common/url_loader.mojom
index b801e0f6cee20f91d626f4bb24bf3a4bb18eef8c..f1b4d4252fa962452cc0869912df7402f1199bde 100644
--- a/content/common/url_loader.mojom
+++ b/content/common/url_loader.mojom
@@ -62,7 +62,8 @@ interface URLLoaderClient {
// TODO(yhirano): Consider using an unsigned type.
OnTransferSizeUpdated(int32 transfer_size_diff);
- // Called when the loader starts loading response body.
+ // Called when the loader starts loading response body. This is called after
+ // OnReceiveResponse is called.
OnStartLoadingResponseBody(handle<data_pipe_consumer> body);
// Called when the loading completes. No notification will be dispatched for
« no previous file with comments | « content/child/url_response_body_consumer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698