| 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 3cc7b4fd1ecf0ecb5786473724266b150b563e86..e3c2353110d97ae862101cdcac4b13f6ec0a8f8d 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -103,6 +103,9 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| // Notify the ResourceDispatcherHostImpl of a resource context destruction.
|
| void RemoveResourceContext(ResourceContext* context);
|
|
|
| + // Resumes a request that deferred at response start.
|
| + void ResumeResponseDeferredAtStart(const GlobalRequestID& id);
|
| +
|
| // Force cancels any pending requests for the given |context|. This is
|
| // necessary to ensure that before |context| goes away, all requests
|
| // for it are dead.
|
|
|