Commit ef01f397 authored by csharp's avatar csharp Committed by Commit bot

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}
parent c3c8b0ee
...@@ -48,8 +48,6 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = { ...@@ -48,8 +48,6 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
L"libwinhook.dll", // V-Bates. L"libwinhook.dll", // V-Bates.
L"lmrn.dll", // Unknown. L"lmrn.dll", // Unknown.
L"minisp.dll", // Unknown (suspected malware). L"minisp.dll", // Unknown (suspected malware).
L"scdetour.dll", // Quick Heal Antivirus.
// See crbug.com/382561.
L"systemk.dll", // Unknown (suspected adware). L"systemk.dll", // Unknown (suspected adware).
L"windowsapihookdll32.dll", // Lenovo One Key Theater. L"windowsapihookdll32.dll", // Lenovo One Key Theater.
// See crbug.com/379218. // See crbug.com/379218.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment