summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/download/download_exe.cc9
1 files changed, 8 insertions, 1 deletions
diff --git a/chrome/browser/download/download_exe.cc b/chrome/browser/download/download_exe.cc
index ce33781..e54b485 100644
--- a/chrome/browser/download/download_exe.cc
+++ b/chrome/browser/download/download_exe.cc
@@ -72,6 +72,8 @@ static const wchar_t* const g_executables[] = {
L"fxp",
L"hlp",
L"hta",
+ L"htm",
+ L"html",
L"inf",
L"ins",
L"isp",
@@ -115,6 +117,8 @@ static const wchar_t* const g_executables[] = {
L"sct",
L"shb",
L"shs",
+ L"shtm",
+ L"shtml",
L"url",
L"vb",
L"vbe",
@@ -127,7 +131,10 @@ static const wchar_t* const g_executables[] = {
L"ws",
L"wsc",
L"wsf",
- L"wsh"
+ L"wsh",
+ L"xht",
+ L"xhtm",
+ L"xhtml"
};
void InitializeExeTypes(std::set<std::wstring>* exe_extensions) {