| Index: chrome_elf/blacklist/blacklist.cc
|
| diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc
|
| index a168c9a044c4ff0a5a54efa57eeeb6556ddcab3b..e128b3fc7107dd4717865ac2cac910af9700aef0 100644
|
| --- a/chrome_elf/blacklist/blacklist.cc
|
| +++ b/chrome_elf/blacklist/blacklist.cc
|
| @@ -26,6 +26,11 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
|
| 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,
|
| };
|
|
|