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

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

Issue 6324020: Tweak the auto-open algorithm to permit JNLP to auto-open iff the user has... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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
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

Powered by Google App Engine
This is Rietveld 408576698