| 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 219b00330e13a53d3c20105f2933d5495caafcb2..db515bf08637f4cf9363c19779d754657d22948f 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.h
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.h
|
| @@ -57,8 +57,6 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate {
|
| // |must_download| is set if the request must be handled as a download.
|
| virtual void DownloadStarting(net::URLRequest* request,
|
| ResourceContext* resource_context,
|
| - int child_id,
|
| - int route_id,
|
| bool is_content_initiated,
|
| bool must_download,
|
| ScopedVector<ResourceThrottle>* throttles);
|
|
|