Index: content/browser/loader/resource_dispatcher_host_impl.h |
=================================================================== |
--- content/browser/loader/resource_dispatcher_host_impl.h (revision 250813) |
+++ content/browser/loader/resource_dispatcher_host_impl.h (working copy) |
@@ -130,6 +130,10 @@ |
// redirected cross-site and needs to be resumed by a new render view. |
void MarkAsTransferredNavigation(const GlobalRequestID& id); |
+ // Cancels a request previously marked as being transferred, for use when a |
+ // navigation was cancelled. |
+ void CancelTransferringNavigation(const GlobalRequestID& id); |
+ |
// Resumes the request without transferring it to a new render view. |
void ResumeDeferredNavigation(const GlobalRequestID& id); |