Index: chrome/browser/download/download_file.h |
=================================================================== |
--- chrome/browser/download/download_file.h (revision 35459) |
+++ chrome/browser/download/download_file.h (working copy) |
@@ -192,6 +192,7 @@ |
void DownloadUrl(const GURL& url, |
const GURL& referrer, |
const std::string& referrer_charset, |
+ const FilePath& save_file_path, |
int render_process_host_id, |
int render_view_id, |
URLRequestContextGetter* request_context_getter); |
@@ -200,6 +201,7 @@ |
void OnDownloadUrl(const GURL& url, |
const GURL& referrer, |
const std::string& referrer_charset, |
+ const FilePath& save_file_path, |
int render_process_host_id, |
int render_view_id, |
URLRequestContextGetter* request_context_getter); |