summaryrefslogtreecommitdiff
path: root/content/browser/download/download_create_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/download/download_create_info.h')
-rw-r--r--content/browser/download/download_create_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/download/download_create_info.h b/content/browser/download/download_create_info.h
index 4326b2428b..e032fbf293 100644
--- a/content/browser/download/download_create_info.h
+++ b/content/browser/download/download_create_info.h
@@ -28,7 +28,8 @@ struct CONTENT_EXPORT DownloadCreateInfo {
int64 total_bytes,
const net::BoundNetLog& bound_net_log,
bool has_user_gesture,
- PageTransition transition_type);
+ PageTransition transition_type,
+ scoped_ptr<DownloadSaveInfo> save_info);
DownloadCreateInfo();
~DownloadCreateInfo();