diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-04 17:18:54 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-04 17:18:54 +0000 |
commit | 13ef73fa2247e0bd16b5a95c57e9cdbaef1aaba3 (patch) | |
tree | 341a0dac2359e6111bc01c0e9a4a1219074520a6 /chrome/browser/download/download_exe.cc | |
parent | d7c9aa4a59dbf6981f1edcfaa9fac0af4df44b0c (diff) | |
download | chromium_src-13ef73fa2247e0bd16b5a95c57e9cdbaef1aaba3.zip chromium_src-13ef73fa2247e0bd16b5a95c57e9cdbaef1aaba3.tar.gz chromium_src-13ef73fa2247e0bd16b5a95c57e9cdbaef1aaba3.tar.bz2 |
Rolling back
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4604 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_exe.cc')
-rw-r--r-- | chrome/browser/download/download_exe.cc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/chrome/browser/download/download_exe.cc b/chrome/browser/download/download_exe.cc index e54b485..ce33781 100644 --- a/chrome/browser/download/download_exe.cc +++ b/chrome/browser/download/download_exe.cc @@ -72,8 +72,6 @@ static const wchar_t* const g_executables[] = { L"fxp", L"hlp", L"hta", - L"htm", - L"html", L"inf", L"ins", L"isp", @@ -117,8 +115,6 @@ static const wchar_t* const g_executables[] = { L"sct", L"shb", L"shs", - L"shtm", - L"shtml", L"url", L"vb", L"vbe", @@ -131,10 +127,7 @@ static const wchar_t* const g_executables[] = { L"ws", L"wsc", L"wsf", - L"wsh", - L"xht", - L"xhtm", - L"xhtml" + L"wsh" }; void InitializeExeTypes(std::set<std::wstring>* exe_extensions) { |