| Index: content/common/url_loader.mojom
|
| diff --git a/content/common/url_loader.mojom b/content/common/url_loader.mojom
|
| index c0e63c873419c25b33fd0d8f0279e59503ee43e2..9068137feb1e123f903a21b3efebfa3c796e4f32 100644
|
| --- a/content/common/url_loader.mojom
|
| +++ b/content/common/url_loader.mojom
|
| @@ -59,7 +59,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
|
|
|