diff options
author | csharp <csharp@chromium.org> | 2014-09-29 08:27:06 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-29 15:27:25 +0000 |
commit | ef01f397ee495579bc90f7f1593a674498c91a01 (patch) | |
tree | 67c77d17c7c63d6e23d6d2cb342a41857d3a6fb6 /chrome_elf | |
parent | c3c8b0ee0631eca2eb313f2be2f68edf772e6ef9 (diff) | |
download | chromium_src-ef01f397ee495579bc90f7f1593a674498c91a01.zip chromium_src-ef01f397ee495579bc90f7f1593a674498c91a01.tar.gz chromium_src-ef01f397ee495579bc90f7f1593a674498c91a01.tar.bz2 |
Remove ScDetours.dll from the Browser Blacklist
Quick Report reports they have fixed the issue and the dll now works
correctly with chromium.
BUG=382561
Review URL: https://codereview.chromium.org/617453002
Cr-Commit-Position: refs/heads/master@{#297178}
Diffstat (limited to 'chrome_elf')
-rw-r--r-- | chrome_elf/blacklist/blacklist.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc index 794a69f..24e5fe8 100644 --- a/chrome_elf/blacklist/blacklist.cc +++ b/chrome_elf/blacklist/blacklist.cc @@ -48,8 +48,6 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = { L"libwinhook.dll", // V-Bates. L"lmrn.dll", // Unknown. L"minisp.dll", // Unknown (suspected malware). - L"scdetour.dll", // Quick Heal Antivirus. - // See crbug.com/382561. L"systemk.dll", // Unknown (suspected adware). L"windowsapihookdll32.dll", // Lenovo One Key Theater. // See crbug.com/379218. |