Index: chrome/browser/download/download_file.h |
=================================================================== |
--- chrome/browser/download/download_file.h (revision 14427) |
+++ chrome/browser/download/download_file.h (working copy) |
@@ -121,6 +121,12 @@ |
// OS file handle for writing |
FILE* file_; |
+ // Source URL for the file being downloaded. |
+ GURL source_url_; |
+ |
+ // The URL where the download was initiated. |
+ GURL referrer_url_; |
+ |
// The unique identifier for this download, assigned at creation by |
// the DownloadFileManager for its internal record keeping. |
int id_; |