diff options
Diffstat (limited to 'chromium/content/browser/download/download_create_info.h')
-rw-r--r-- | chromium/content/browser/download/download_create_info.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/content/browser/download/download_create_info.h b/chromium/content/browser/download/download_create_info.h index 01e1ad5f014..4cc15716187 100644 --- a/chromium/content/browser/download/download_create_info.h +++ b/chromium/content/browser/download/download_create_info.h @@ -46,6 +46,9 @@ struct CONTENT_EXPORT DownloadCreateInfo { // The URL that referred us. GURL referrer_url; + // Site URL for the site instance that initiated the download. + GURL site_url; + // The URL of the tab that started us. GURL tab_url; |