Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4901)

Unified Diff: chrome/browser/download/download_create_info.h

Issue 7065015: For downloads requiring a user gesture, also require... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/download/download_create_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/download/download_create_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698