Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: chrome_elf/blacklist/blacklist.cc

Issue 617453002: Remove ScDetours.dll from the Browser Blacklist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/blacklist/blacklist.cc
diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc
index 794a69f196dcf485e7994c4899922d1f03148786..24e5fe8b218db0f0895b17ed50dbe1aaba4c5301 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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698