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

Unified Diff: chrome/browser/download/save_package.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: Correct typo Created 9 years, 7 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/save_package.h
diff --git a/chrome/browser/download/save_package.h b/chrome/browser/download/save_package.h
index 74f55267f413a098d4aeefbdcf411792123bf614..7f2cc89b883488a2fadf47cf123e5843eb0ba976 100644
--- a/chrome/browser/download/save_package.h
+++ b/chrome/browser/download/save_package.h
@@ -125,7 +125,9 @@ class SavePackage : public base::RefCountedThreadSafe<SavePackage>,
int id() const { return unique_id_; }
void GetSaveInfo();
-
+ void GetSaveInfo(const FilePath& website_save_dir,
Paweł Hajdan Jr. 2011/05/30 14:15:49 I think that a comment should get added. Why do we
haraken1 2011/05/31 12:41:31 Done.
+ const FilePath& download_save_dir,
+ SavePackageType save_type);
Paweł Hajdan Jr. 2011/05/30 14:15:49 nit: Add empty line below.
haraken1 2011/05/31 12:41:31 Done.
// Statics -------------------------------------------------------------------
// Used to disable prompting the user for a directory/filename of the saved

Powered by Google App Engine
This is Rietveld 408576698