| 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 59cab84022f40ce0cb8334c6f78e432dba860ba6..16088911c628c082a16d947aa101bf01fd478054 100644
|
| --- a/content/browser/download/download_create_info.h
|
| +++ b/content/browser/download/download_create_info.h
|
| @@ -13,7 +13,6 @@
|
| #include "base/file_path.h"
|
| #include "base/time.h"
|
| #include "content/browser/download/download_file.h"
|
| -#include "content/browser/download/download_request_handle.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/common/page_transition_types.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -73,10 +72,6 @@ struct CONTENT_EXPORT DownloadCreateInfo {
|
|
|
| content::PageTransition transition_type;
|
|
|
| - // The handle to the download request information. Used for operations
|
| - // outside the download system.
|
| - DownloadRequestHandle request_handle;
|
| -
|
| // The handle of the download in the history database.
|
| int64 db_handle;
|
|
|
|
|