Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Unified Diff: chrome/browser/download/download_file_manager.h

Issue 6973052: When the download folder does not exist, change the download folder to a user's "Downloads" (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Remove DownloadTest.DownloadFolder2 and SavePageBrowserTest.SaveFolder4 Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/download/download_file_manager.h
diff --git a/chrome/browser/download/download_file_manager.h b/chrome/browser/download/download_file_manager.h
index 2b52636c03d3866a0f412d05eb6f49aaedd3fcd7..b12882d5915cb978d464157132d6f4dd98f77c8a 100644
--- a/chrome/browser/download/download_file_manager.h
+++ b/chrome/browser/download/download_file_manager.h
@@ -140,7 +140,8 @@ class DownloadFileManager
// process.
void CreateDownloadFile(DownloadCreateInfo* info,
DownloadManager* download_manager,
- bool hash_needed);
+ bool hash_needed,
+ const FilePath& default_download_dir);
// Called only on the download thread.
DownloadFile* GetDownloadFile(int id);

Powered by Google App Engine
This is Rietveld 408576698