From 9617ab89ef41b612866d25880534a811fb075523 Mon Sep 17 00:00:00 2001 From: csharp Date: Tue, 11 Aug 2015 09:53:19 -0700 Subject: Add 949ba8b6a9.dll to Chrome's Browser's blacklist BUG= Review URL: https://codereview.chromium.org/1274273006 Cr-Commit-Position: refs/heads/master@{#342832} --- chrome_elf/blacklist/blacklist.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome_elf') diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc index e862cfa..616c793 100644 --- a/chrome_elf/blacklist/blacklist.cc +++ b/chrome_elf/blacklist/blacklist.cc @@ -32,6 +32,7 @@ namespace blacklist{ // NOTE: Please remember to update the DllHash enum in histograms.xml when // adding a new value to the blacklist. const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = { + L"949ba8b6a9.dll", // Coupon Time. L"activedetect32.dll", // Lenovo One Key Theater. // See crbug.com/379218. L"activedetect64.dll", // Lenovo One Key Theater. -- cgit v1.1