| 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 165ae8b5ecf410d7ed89303d1bcce823c659bac6..76e6d2827db59a4ac613cb94f185806dc26513f7 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -143,7 +143,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| // resumed by a new process.
|
| void MarkAsTransferredNavigation(
|
| const GlobalRequestID& id,
|
| - const scoped_refptr<ResourceResponse>& response);
|
| + const base::Closure& on_transfer_complete_callback);
|
|
|
| // Cancels a request previously marked as being transferred, for use when a
|
| // navigation was cancelled.
|
|
|