summaryrefslogtreecommitdiff
path: root/content/browser/download/download_create_info.h
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2014-03-31 11:51:25 +0100
committerBen Murdoch <benm@google.com>2014-03-31 11:51:25 +0100
commiteffb81e5f8246d0db0270817048dc992db66e9fb (patch)
treecc45ced7dfde038c8f3d022ee1eeac207a68761e /content/browser/download/download_create_info.h
parent4d26337013537c1acafbcb63b9b2b7e404c3adc9 (diff)
downloadchromium_org-effb81e5f8246d0db0270817048dc992db66e9fb.tar.gz
Merge from Chromium at DEPS revision 260458
This commit was generated by merge_to_master.py. Change-Id: I140fa91b7f09c8efba4424e99ccb87b94a11d022
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;