diff options
Diffstat (limited to 'chrome/browser/history')
-rw-r--r-- | chrome/browser/history/download_create_info.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/history/download_create_info.h b/chrome/browser/history/download_create_info.h index 49ac635..0814350 100644 --- a/chrome/browser/history/download_create_info.h +++ b/chrome/browser/history/download_create_info.h @@ -36,7 +36,11 @@ struct DownloadCreateInfo { // DownloadItem fields FilePath path; + // The URL from which we are downloading. This is the final URL after any + // redirection by the server for |original_url_|. GURL url; + // The original URL before any redirection by the server for this URL. + GURL original_url; GURL referrer_url; FilePath suggested_path; // A number that should be added to the suggested path to make it unique. |