| 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 74922647f29781d54a54a05d462560956ebf029f..81be9addc1d6077e85e34b8a37ec69d8d014c3ab 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -436,6 +436,8 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| const ResourceHostMsg_Request& request_data,
|
| IPC::Message* sync_result);
|
|
|
| + bool IsRequestIDInUse(const GlobalRequestID& id) const;
|
| +
|
| // Update the ResourceRequestInfo and internal maps when a request is
|
| // transferred from one process to another.
|
| void UpdateRequestForTransfer(int child_id,
|
|
|