From 2354603b228bfe41c4490aff779084600576d627 Mon Sep 17 00:00:00 2001 From: dalecurtis Date: Thu, 8 Jan 2015 11:14:00 -0800 Subject: Reblacklist virtualCamera.ax, it's causing renderer hangs. This driver has persistent issues, we previously blacklisted it for http://crbug.com/378465 but came up with a workaround and thus it was allowed again. Now we're getting renderer hangs because it blocks a sync ipc from completing on the audio thread. Given the multiple issues and high install base, I think we should permanently blacklist this dll from loading. BUG=422522 TEST=none Review URL: https://codereview.chromium.org/838683002 Cr-Commit-Position: refs/heads/master@{#310556} --- chrome_elf/blacklist/blacklist.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome_elf') diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc index e07220b..e92ad83 100644 --- a/chrome_elf/blacklist/blacklist.cc +++ b/chrome_elf/blacklist/blacklist.cc @@ -55,6 +55,8 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = { L"windowsapihookdll32.dll", // Lenovo One Key Theater. // See crbug.com/379218. L"windowsapihookdll64.dll", // Lenovo One Key Theater. + L"virtualCamera.ax", // %PROGRAMFILES%\ASUS\VirtualCamera. + // See crbug.com/422522. L"YCWebCameraSource.ax", // CyberLink Youcam, crbug.com/424159 // Keep this null pointer here to mark the end of the list. NULL, -- cgit v1.1