| 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 4326b2428b0eebd928d7d91481f4ff752d6e0f75..e032fbf293d874245faa2b7c87e70d2950b00b3b 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();
|
|
|
|
|