Skip to content

Commit

Permalink
Add "One Key Theater" DLLs to the browser DLL blacklist.
Browse files Browse the repository at this point in the history
These DLLs were causing major instabilities on Stable Channel.

BUG=379218
NOTRY=true

Review URL: https://codereview.chromium.org/320653003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275859 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
wfh@chromium.org committed Jun 9, 2014
1 parent 8684893 commit 1b84337
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chrome_elf/blacklist/blacklist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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,
};
Expand Down

0 comments on commit 1b84337

Please sign in to comment.