| Index: content/child/url_loader_client_impl.h
|
| diff --git a/content/child/url_loader_client_impl.h b/content/child/url_loader_client_impl.h
|
| index da14b03e56d1e90ccccdce9723150ed5a52b71ef..80ff3b716ec95a313d63f470c4da647c87f35b88 100644
|
| --- a/content/child/url_loader_client_impl.h
|
| +++ b/content/child/url_loader_client_impl.h
|
| @@ -65,7 +65,8 @@ class CONTENT_EXPORT URLLoaderClientImpl final : public mojom::URLLoaderClient {
|
| void OnComplete(const ResourceRequestCompletionStatus& status) override;
|
|
|
| private:
|
| - void Dispatch(const IPC::Message& message);
|
| + bool NeedsStoringMessage() const;
|
| + void StoreAndDispatch(const IPC::Message& message);
|
|
|
| mojo::Binding<mojom::URLLoaderClient> binding_;
|
| scoped_refptr<URLResponseBodyConsumer> body_consumer_;
|
|
|