| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index a8fff5e60853cdbb913a7f5cda7ca5afe5e4509f..435b0ee13cee81ead80e1cdafc55a0deda33481d 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -342,6 +342,12 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| // of |request_id_| for the details. Must be called on the IO thread.
|
| int MakeRequestID();
|
|
|
| + // Cancels a request as requested by a renderer. This function is called when
|
| + // a mojo connection is lost.
|
| + // Note that this cancel is subtly different from the other CancelRequest
|
| + // methods in this file, which also tear down the loader.
|
| + void CancelRequestFromRenderer(GlobalRequestID request_id);
|
| +
|
| private:
|
| friend class ResourceDispatcherHostTest;
|
|
|
|
|