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

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

Issue 219017: Create the download folder if it doesn't exist. That is, the actual download ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix unit tests Created 11 years, 3 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
« no previous file with comments | « chrome/browser/download/save_file_manager.cc ('k') | chrome/browser/download/save_package.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/save_package.h
===================================================================
--- chrome/browser/download/save_package.h (revision 27115)
+++ chrome/browser/download/save_package.h (working copy)
@@ -130,6 +130,7 @@
int tab_id() const { return tab_id_; }
void GetSaveInfo();
+ void ContinueGetSaveInfo(FilePath save_dir);
void ContinueSave(SavePackageParam* param,
const FilePath& final_name,
int index);
@@ -199,6 +200,9 @@
SavePackage(const FilePath& file_full_path,
const FilePath& directory_full_path);
+ // Notes from Init() above applies here as well.
+ void InternalInit();
+
void Stop();
void CheckFinish();
void SaveNextFile(bool process_all_remainder_items);
« no previous file with comments | « chrome/browser/download/save_file_manager.cc ('k') | chrome/browser/download/save_package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698