| 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 c7cd2d9aff2e41ad3a2db2321a9bad9dd5d63906..97adb460b90bd6e9a0b2f14253526e0e3cd3c915 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -347,6 +347,9 @@ 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.
|
| + void CancelRequestFromRenderer(GlobalRequestID request_id);
|
| +
|
| private:
|
| friend class ResourceDispatcherHostTest;
|
|
|
|
|