| Index: chrome/browser/renderer_host/resource_dispatcher_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_dispatcher_host.h (revision 35459)
|
| +++ chrome/browser/renderer_host/resource_dispatcher_host.h (working copy)
|
| @@ -107,6 +107,7 @@
|
| // request from the renderer or another child process).
|
| void BeginDownload(const GURL& url,
|
| const GURL& referrer,
|
| + const FilePath& save_file_path,
|
| int process_unique_id,
|
| int route_id,
|
| URLRequestContext* request_context);
|
|
|