diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 17:16:01 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 17:16:01 +0000 |
commit | d7361b0c16159529ec6aecaa4de09bea3659f636 (patch) | |
tree | f82c3d7bca155f2380251352fe6b78ed5a77ff5d /chrome/browser/sandbox_policy.cc | |
parent | 84abba65c18ad3746066129990ad46421675d5a2 (diff) | |
download | chromium_src-d7361b0c16159529ec6aecaa4de09bea3659f636.zip chromium_src-d7361b0c16159529ec6aecaa4de09bea3659f636.tar.gz chromium_src-d7361b0c16159529ec6aecaa4de09bea3659f636.tar.bz2 |
Update evicted dlls list
New breed of Spyware Doctor DLL is crashing our processes
BUG=24037
TEST=install spyware doctor 6.1 (6.1.0.0), chrome should function
Review URL: http://codereview.chromium.org/260026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28269 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sandbox_policy.cc')
-rw-r--r-- | chrome/browser/sandbox_policy.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/sandbox_policy.cc b/chrome/browser/sandbox_policy.cc index f13ef72..ed61980 100644 --- a/chrome/browser/sandbox_policy.cc +++ b/chrome/browser/sandbox_policy.cc @@ -56,6 +56,7 @@ const wchar_t* const kTroublesomeDlls[] = { L"pavhook.dll", // Panda Internet Security. L"pavshook.dll", // Panda Antivirus. L"pctavhook.dll", // PC Tools Antivirus. + L"pctgmhk.dll", // PC Tools Spyware Doctor. L"prntrack.dll", // Pharos Systems. L"radhslib.dll", // Radiant Naomi Internet Filter. L"radprlib.dll", // Radiant Naomi Internet Filter. |