| Index: content/browser/loader/async_resource_handler.h
|
| diff --git a/content/browser/loader/async_resource_handler.h b/content/browser/loader/async_resource_handler.h
|
| index 85d98d4133397c82dd170b0bee4b1ec95dbcb47f..0deef0ed4b26189666f0fa0ca776d90f8760a939 100644
|
| --- a/content/browser/loader/async_resource_handler.h
|
| +++ b/content/browser/loader/async_resource_handler.h
|
| @@ -63,6 +63,12 @@ class CONTENT_EXPORT AsyncResourceHandler : public ResourceHandler,
|
| private:
|
| class InliningHelper;
|
|
|
| + // Asynchronously called by OnResponseStarted. If |should_cancel| is true,
|
| + // cancels the resource load.
|
| + void OnResponseStartedInternal(ResourceResponse* response,
|
| + std::unique_ptr<ResourceController> controller,
|
| + bool should_cancel);
|
| +
|
| // IPC message handlers:
|
| void OnFollowRedirect(int request_id);
|
| void OnDataReceivedACK(int request_id);
|
|
|