Index: chrome/browser/download/base_file.h |
diff --git a/chrome/browser/download/base_file.h b/chrome/browser/download/base_file.h |
index 02563b7e6b92deb0f93dba96a9a178d75577188f..811767422b5426aa93b4d2319e7cf0e6b7887e5c 100644 |
--- a/chrome/browser/download/base_file.h |
+++ b/chrome/browser/download/base_file.h |
@@ -33,7 +33,7 @@ class BaseFile { |
virtual ~BaseFile(); |
// If calculate_hash is true, sha256 hash will be calculated. |
- bool Initialize(bool calculate_hash); |
+ bool Initialize(bool calculate_hash, const FilePath& save_path); |
Paweł Hajdan Jr.
2011/06/15 09:31:33
nit: Please document |save_path|.
haraken1
2011/06/15 10:39:45
Done.
|
// Write a new chunk of data to the file. Returns true on success (all bytes |
// written to the file). |