| 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 fc207f4e0ee391398b1bb0fa1c2b255041542dad..46b1161e452c9857bbdf88596bfa68158f6d8e62 100644
|
| --- a/chrome/browser/history/download_create_info.h
|
| +++ b/chrome/browser/history/download_create_info.h
|
| @@ -62,6 +62,8 @@ struct DownloadCreateInfo {
|
| bool prompt_user_for_save_location;
|
| // Whether this download is potentially dangerous (ex: exe, dll, ...).
|
| bool is_dangerous;
|
| + // Partial download in progress.
|
| + bool is_partial_download;
|
| // The original name for a dangerous download.
|
| FilePath original_name;
|
| // Whether this download is for extension install or not.
|
|
|