diff options
author | csharp <csharp@chromium.org> | 2015-03-13 17:50:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-14 00:50:44 +0000 |
commit | 16568feba4520c36b1297d24fb2831e59308e702 (patch) | |
tree | d82377ae82b0bcd5e51758d1413e8a3c23fb0181 | |
parent | 0fb0e948b24e906e844d4c053bab957bacd93a84 (diff) | |
download | chromium_src-16568feba4520c36b1297d24fb2831e59308e702.zip chromium_src-16568feba4520c36b1297d24fb2831e59308e702.tar.gz chromium_src-16568feba4520c36b1297d24fb2831e59308e702.tar.bz2 |
Add pastali32.dll to Chrome's blacklist.
BUG=
Review URL: https://codereview.chromium.org/1010453002
Cr-Commit-Position: refs/heads/master@{#320624}
-rw-r--r-- | content/common/sandbox_win.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc index 17893ffa..b078e1a 100644 --- a/content/common/sandbox_win.cc +++ b/content/common/sandbox_win.cc @@ -80,6 +80,7 @@ const wchar_t* const kTroublesomeDlls[] = { L"npggNT.des", // GameGuard 2008. L"npggNT.dll", // GameGuard (older). L"oawatch.dll", // Online Armor. + L"pastali32.dll", // PastaLeads. L"pavhook.dll", // Panda Internet Security. L"pavlsphook.dll", // Panda Antivirus. L"pavshook.dll", // Panda Antivirus. |