Chromium Code Reviews| 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 794b3c6e8c0805293eb5b8bc4c704602de89c94c..0d25ad4a5cee4fd2d31cf27a3e7adfeb9bfe4978 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_instance_url; |
|
Charlie Reis
2016/05/05 21:43:22
site_url
(See explanation in download_item.h.)
|
| + |
| // The URL of the tab that started us. |
| GURL tab_url; |