summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/download_file.h')
-rw-r--r--chrome/browser/download_file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/download_file.h b/chrome/browser/download_file.h
index 53be7c2..398a920 100644
--- a/chrome/browser/download_file.h
+++ b/chrome/browser/download_file.h
@@ -233,6 +233,10 @@ class DownloadFileManager
MessageLoop* file_loop() const { return file_loop_; }
+ // Called by the download manager at initialization to ensure the default
+ // download directory exists.
+ void CreateDirectory(const std::wstring& directory);
+
private:
// Timer helpers for updating the UI about the current progress of a download.
void StartUpdateTimer();