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 652de4f0c95e93c4fc7152444eca3fc92df52e5d..4f5fe6add312db2e8da09be4e8b26ee997de7c30 100644 |
--- a/content/browser/download/download_create_info.h |
+++ b/content/browser/download/download_create_info.h |
@@ -103,6 +103,10 @@ struct CONTENT_EXPORT DownloadCreateInfo { |
// The download file save info. |
DownloadSaveInfo save_info; |
+ |
+ // The remote IP address where the download was fetched from. Copied from |
+ // UrlRequest::GetSocketAddress(). |
+ std::string remote_address; |
}; |
#endif // CONTENT_BROWSER_DOWNLOAD_DOWNLOAD_CREATE_INFO_H_ |