| Index: content/public/browser/resource_dispatcher_host_delegate.h
|
| diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h
|
| index 50ed0a4228b83bb0485dda39d0541e9bc5d491e4..64fc497592b7ee981d1867300c518a4d22a4f61d 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.h
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.h
|
| @@ -53,7 +53,8 @@ class ResourceDispatcherHostDelegate {
|
| const content::ResourceContext& resource_context,
|
| bool is_subresource,
|
| int child_id,
|
| - int route_id) = 0;
|
| + int route_id,
|
| + bool is_continuation_of_transferred_request) = 0;
|
|
|
| // Allows an embedder to add additional resource handlers for a download.
|
| // |is_new_request| is true if this is a request that is just starting, i.e.
|
|
|