| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index 9828244029a1c007a783ddeea6f32121cffe1eb7..27fd7e92bca8995a2fb68c6f2a1abca7aabf8af7 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -486,17 +486,6 @@ void ResourceDispatcherHostImpl::RemoveResourceContext(
|
| active_resource_contexts_.erase(context);
|
| }
|
|
|
| -void ResourceDispatcherHostImpl::ResumeResponseDeferredAtStart(
|
| - const GlobalRequestID& id) {
|
| - ResourceLoader* loader = GetLoader(id);
|
| - if (loader) {
|
| - // The response we were meant to resume could have already been canceled.
|
| - ResourceRequestInfoImpl* info = loader->GetRequestInfo();
|
| - if (info->cross_site_handler())
|
| - info->cross_site_handler()->ResumeResponseDeferredAtStart(id.request_id);
|
| - }
|
| -}
|
| -
|
| void ResourceDispatcherHostImpl::CancelRequestsForContext(
|
| ResourceContext* context) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
|
|