summaryrefslogtreecommitdiff
path: root/content/browser/download/download_create_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/download/download_create_info.h')
-rw-r--r--content/browser/download/download_create_info.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h
index e032fbf293..e8e1443b93 100644
--- a/content/browser/download/download_create_info.h
+++ b/content/browser/download/download_create_info.h
@@ -45,6 +45,12 @@ struct CONTENT_EXPORT DownloadCreateInfo {
// The URL that referred us.
GURL referrer_url;
+ // The URL of the tab that started us.
+ GURL tab_url;
+
+ // The referrer URL of the tab that started us.
+ GURL tab_referrer_url;
+
// The time when the download started.
base::Time start_time;