diff options
Diffstat (limited to 'chrome/browser/download/base_file.h')
-rw-r--r-- | chrome/browser/download/base_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/download/base_file.h b/chrome/browser/download/base_file.h index fa3873f..6c57165 100644 --- a/chrome/browser/download/base_file.h +++ b/chrome/browser/download/base_file.h @@ -22,6 +22,7 @@ class BaseFile { BaseFile(const FilePath& full_path, const GURL& source_url, const GURL& referrer_url, + int64 received_bytes, const linked_ptr<net::FileStream>& file_stream); ~BaseFile(); |