| Index: chrome/browser/download/download_create_info.h
|
| ===================================================================
|
| --- chrome/browser/download/download_create_info.h (revision 86341)
|
| +++ chrome/browser/download/download_create_info.h (working copy)
|
| @@ -95,12 +95,6 @@
|
| // default location.
|
| bool prompt_user_for_save_location;
|
|
|
| - // Whether this download file is potentially dangerous (ex: exe, dll, ...).
|
| - bool is_dangerous_file;
|
| -
|
| - // If safebrowsing believes this URL leads to malware.
|
| - bool is_dangerous_url;
|
| -
|
| // The original name for a dangerous download.
|
| FilePath original_name;
|
|
|
|
|