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

Unified Diff: chrome/browser/download/download_exe.cc

Issue 6043: Added dangerous download prompting. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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_exe.cc
===================================================================
--- chrome/browser/download/download_exe.cc (revision 2758)
+++ chrome/browser/download/download_exe.cc (working copy)
@@ -66,6 +66,7 @@
L"com",
L"cpl",
L"crt",
+ L"dll",
L"exe",
L"fxp",
L"hlp",
@@ -73,6 +74,7 @@
L"inf",
L"ins",
L"isp",
+ L"jar",
L"js",
L"jse",
L"lnk",

Powered by Google App Engine
This is Rietveld 408576698