| Index: content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.h b/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| index c306c46dc2c1beb80e5b662930b2da01d869058d..463fffaa4e1a15cee0123c4c7e4ec96af694304d 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| @@ -76,6 +76,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| virtual void SetAllowCrossOriginAuthPrompt(bool value) OVERRIDE;
|
| virtual net::Error BeginDownload(
|
| scoped_ptr<net::URLRequest> request,
|
| + bool is_content_initiated,
|
| ResourceContext* context,
|
| int child_id,
|
| int route_id,
|
| @@ -252,6 +253,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| int child_id,
|
| int route_id,
|
| int request_id,
|
| + bool is_content_initiated,
|
| const DownloadSaveInfo& save_info,
|
| const DownloadResourceHandler::OnStartedCallback& started_cb);
|
|
|
|
|