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 a096331ede0a178324b339cc89a989953501a4ff..29a82b248a109c7890fec7e0c2f5b6d2ff717d4c 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -422,6 +422,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, |