diff options
author | csharp <csharp@chromium.org> | 2014-09-08 16:32:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-08 23:38:28 +0000 |
commit | e58cfbb6d268efe2ac82ef83c940db0218833a2c (patch) | |
tree | d156cfb560c40b89461fc2b493485203c327baa1 /chrome_elf | |
parent | 01a16bc2d4c9e667c60efe42a68fbcf9bbc09e85 (diff) | |
download | chromium_src-e58cfbb6d268efe2ac82ef83c940db0218833a2c.zip chromium_src-e58cfbb6d268efe2ac82ef83c940db0218833a2c.tar.gz chromium_src-e58cfbb6d268efe2ac82ef83c940db0218833a2c.tar.bz2 |
Remove cespy.dll from the browser blacklist
cespy.dll is a LSP and preventing it from loading in Chrome prevents
users from accessing the internet.
BUG=399968
Review URL: https://codereview.chromium.org/545003006
Cr-Commit-Position: refs/heads/master@{#293812}
Diffstat (limited to 'chrome_elf')
-rw-r--r-- | chrome_elf/blacklist/blacklist.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc index ac7204f..794a69f 100644 --- a/chrome_elf/blacklist/blacklist.cc +++ b/chrome_elf/blacklist/blacklist.cc @@ -36,7 +36,6 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = { // See crbug.com/379218. L"activedetect64.dll", // Lenovo One Key Theater. L"bitguard.dll", // Unknown (suspected malware). - L"cespy.dll", // CovenantEyes. L"chrmxtn.dll", // Unknown (keystroke logger). L"cplushook.dll", // Unknown (suspected malware). L"datamngr.dll", // Unknown (suspected adware). |