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

Unified Diff: chrome_elf/blacklist/blacklist.cc

Issue 1131943002: Add dpinterface32.dll to Chrome's browser's blacklist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ensure dll name has required 32 at end Created 5 years, 7 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 | tools/metrics/histograms/histograms.xml » ('j') | 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 263410537e1aa3a02f4a7e3677a301deeb88b222..d778b90434e52de244226b73f06011b3d0a134b8 100644
--- a/chrome_elf/blacklist/blacklist.cc
+++ b/chrome_elf/blacklist/blacklist.cc
@@ -42,6 +42,7 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
L"crdli.dll", // Linkury Inc.
L"crdli64.dll", // Linkury Inc.
L"datamngr.dll", // Unknown (suspected adware).
+ L"dpinterface32.dll", // Unknown (suspected adware).
L"explorerex.dll", // Unknown (suspected adware).
L"hk.dll", // Unknown (keystroke logger).
L"libapi2hook.dll", // V-Bates.
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698