| Index: chrome/browser/history/download_create_info.h
|
| diff --git a/chrome/browser/history/download_create_info.h b/chrome/browser/history/download_create_info.h
|
| index 361183e27f6153ac6cb5498086b76b91fe9e9d0a..77e966b5795899bf4edb95a190962bcf55caf77d 100644
|
| --- a/chrome/browser/history/download_create_info.h
|
| +++ b/chrome/browser/history/download_create_info.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/file_path.h"
|
| #include "base/time.h"
|
| #include "chrome/browser/download/download_file.h"
|
| +#include "chrome/browser/download/download_process_handle.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| // Used for informing the download database of a new download, where we don't
|
| @@ -57,9 +58,7 @@ struct DownloadCreateInfo {
|
| int32 state;
|
| int32 download_id;
|
| bool has_user_gesture;
|
| - int child_id;
|
| - int render_view_id;
|
| - int request_id;
|
| + DownloadProcessHandle process_handle;
|
| int64 db_handle;
|
| std::string content_disposition;
|
| std::string mime_type;
|
|
|