Index: chrome/browser/download/download_util.h |
=================================================================== |
--- chrome/browser/download/download_util.h (revision 72765) |
+++ chrome/browser/download/download_util.h (working copy) |
@@ -208,7 +208,7 @@ |
FilePath GetCrDownloadPath(const FilePath& suggested_path); |
// Whether a given download should be considered potentially dangerous. |
Peter Kasting
2011/01/28 23:51:25
Two nits:
* It'd be nice to expand the comment he
|
-bool IsDangerous(DownloadCreateInfo *info, Profile* profile); |
+bool IsDangerous(DownloadCreateInfo *info, Profile* profile, bool auto_open); |
} // namespace download_util |