diff options
Diffstat (limited to 'content/browser/download/download_create_info.h')
-rw-r--r-- | content/browser/download/download_create_info.h | 3 |
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 4326b24..e032fbf 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(); |