diff options
Diffstat (limited to 'chrome/browser/download/download_create_info.h')
-rw-r--r-- | chrome/browser/download/download_create_info.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/download/download_create_info.h b/chrome/browser/download/download_create_info.h index 6e097ef..5adeac2 100644 --- a/chrome/browser/download/download_create_info.h +++ b/chrome/browser/download/download_create_info.h @@ -95,12 +95,6 @@ struct DownloadCreateInfo { // 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; |