| 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..153a9c6c12b353fc93dc5a9d8193c19a357ff2e2 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 from_web,
|
| ScopedVector<ResourceThrottle>* throttles) {
|
| }
|
|
|
|
|