| 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 71253fa0b4babf8b21827460bdbbf6441bfd5dd2..af53b70ce750cfd5ba9b1d01573453a6b3326605 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -132,7 +132,8 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
|
|
| // Marks the request as "parked". This happens if a request is
|
| // redirected cross-site and needs to be resumed by a new render view.
|
| - void MarkAsTransferredNavigation(const GlobalRequestID& id);
|
| + void MarkAsTransferredNavigation(const GlobalRequestID& id,
|
| + const GURL& target_url);
|
|
|
| // Resumes the request without transferring it to a new render view.
|
| void ResumeDeferredNavigation(const GlobalRequestID& id);
|
|
|