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

Unified Diff: chrome_elf/blacklist/blacklist.cc

Issue 322973002: Merge 275859 "Add "One Key Theater" DLLs to the browser DLL blac..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2041/src/
Patch Set: Created 6 years, 6 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
===================================================================
--- chrome_elf/blacklist/blacklist.cc (revision 275928)
+++ chrome_elf/blacklist/blacklist.cc (working copy)
@@ -28,6 +28,11 @@
L"hk.dll", // Unknown (keystroke logger).
L"libsvn_tsvn32.dll", // TortoiseSVN.
L"lmrn.dll", // Unknown.
+ L"activedetect32.dll", // Lenovo One Key Theater.
+ // See crbug.com/379218.
+ L"windowsapihookdll32.dll", // Lenovo One Key Theater.
+ L"activedetect64.dll", // Lenovo One Key Theater.
+ L"windowsapihookdll64.dll", // Lenovo One Key Theater.
// Keep this null pointer here to mark the end of the list.
NULL,
};
« 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