| Index: content/browser/download/download_create_info.h
|
| diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h
|
| index 01e1ad5f014599beb578f24e93d10efc68cda7b0..4cc15716187f83ea852c51380256e358a3b51ce8 100644
|
| --- a/content/browser/download/download_create_info.h
|
| +++ b/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;
|
|
|
|
|