| 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 3dc1c7eebca9b732378336b4ade8e727048ea339..b3d9ea7c68fd07e2371c9bd149854beb0fe153ce 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.cc
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| @@ -33,7 +33,7 @@ void ResourceDispatcherHostDelegate::DownloadStarting(
|
| int child_id,
|
| int route_id,
|
| int request_id,
|
| - bool is_new_request,
|
| + bool is_content_initiated,
|
| ScopedVector<ResourceThrottle>* throttles) {
|
| }
|
|
|
|
|