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

Unified Diff: chrome_elf/blacklist/blacklist.cc

Issue 1022523003: Add smdmf.dll to Chromium's Browser's Blacklist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 193fc71e3fc1064b230fdd485d1104d0d9a20a7d..31219cc9c6aa80b35bb96823fc7c26c5a42aa0bf 100644
--- a/chrome_elf/blacklist/blacklist.cc
+++ b/chrome_elf/blacklist/blacklist.cc
@@ -51,6 +51,7 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
L"lmrn.dll", // Unknown.
L"minisp.dll", // Unknown (suspected malware).
L"safetynut.dll", // Unknown (suspected adware).
+ L"smdmf.dll", // Unknown (suspected adware).
L"systemk.dll", // Unknown (suspected adware).
L"vntsrv.dll", // Virtual New Tab by APN LLC.
L"wajam_goblin_64.dll", // Wajam Internet Technologies.
« 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