Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8995)

Unified Diff: content/browser/download/download_create_info.h

Issue 1924473003: [Downloads] Use the initiating StoragePartition for resumption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..e90247abaefd16ddd4178b8e774947d5e64a7836 100644
--- a/content/browser/download/download_create_info.h
+++ b/content/browser/download/download_create_info.h
@@ -52,6 +52,9 @@ struct CONTENT_EXPORT DownloadCreateInfo {
// The referrer URL of the tab that started us.
GURL tab_referrer_url;
+ // Site URL for the site instance that initiated the download.
svaldez 2016/05/05 14:23:27 nit: Same order as elsewhere (referrer->site_insta
asanka 2016/05/05 17:38:05 Done.
+ GURL site_instance_url;
+
// The time when the download started.
base::Time start_time;

Powered by Google App Engine
This is Rietveld 408576698