Skip to content

Commit

Permalink
Blacklists virtualCamera.ax.
Browse files Browse the repository at this point in the history
Tries to avoid crash in media::CoreAudioUtil::CreateDeviceEnumerator by blacklisting a DLL which accounts for a large amount of crashes we see in CreateDeviceEnumerator.

BUG=383715, 378465

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276946 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
henrika@chromium.org committed Jun 13, 2014
1 parent 9a49086 commit d89b1c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chrome_elf/blacklist/blacklist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
L"windowsapihookdll32.dll", // Lenovo One Key Theater.
L"activedetect64.dll", // Lenovo One Key Theater.
L"windowsapihookdll64.dll", // Lenovo One Key Theater.
L"virtualCamera.ax", // %PROGRAMFILES%\ASUS\VirtualCamera.
// See crbug.com/383715.
// Keep this null pointer here to mark the end of the list.
NULL,
};
Expand Down

0 comments on commit d89b1c7

Please sign in to comment.