| Index: content/public/browser/resource_dispatcher_host_delegate.cc
|
| diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| index 10291527f93bcbeaebf8265a3176938d4344ebd7..229e49f89b4bfc2a703634049dff70c89bf59968 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.cc
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| @@ -30,8 +30,6 @@ void ResourceDispatcherHostDelegate::RequestBeginning(
|
| void ResourceDispatcherHostDelegate::DownloadStarting(
|
| net::URLRequest* request,
|
| ResourceContext* resource_context,
|
| - int child_id,
|
| - int route_id,
|
| bool is_content_initiated,
|
| bool must_download,
|
| ScopedVector<ResourceThrottle>* throttles) {
|
|
|