summaryrefslogtreecommitdiffstats
path: root/chrome_elf/blacklist
diff options
context:
space:
mode:
authorcsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-13 22:21:49 +0000
committercsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-13 22:21:49 +0000
commit0306bdded80f067950e951470238c2a03fab78c0 (patch)
treea3832db69b6f8b5cd3826b7662a92117acbec273 /chrome_elf/blacklist
parent93bc9c08125bd74514d33f3cb326bafe5297a709 (diff)
downloadchromium_src-0306bdded80f067950e951470238c2a03fab78c0.zip
chromium_src-0306bdded80f067950e951470238c2a03fab78c0.tar.gz
chromium_src-0306bdded80f067950e951470238c2a03fab78c0.tar.bz2
Add a comment to the Browser Blacklist List
This comment roughly explains when the blacklist should be used, as well as linking to the blacklist policy. R=robertshield@chromium.org BUG= Review URL: https://codereview.chromium.org/334913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_elf/blacklist')
-rw-r--r--chrome_elf/blacklist/blacklist.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc
index 1731144..00bea08 100644
--- a/chrome_elf/blacklist/blacklist.cc
+++ b/chrome_elf/blacklist/blacklist.cc
@@ -23,6 +23,12 @@ extern "C" IMAGE_DOS_HEADER __ImageBase;
namespace blacklist{
+// The DLLs listed here are known (or under strong suspicion) of causing crashes
+// when they are loaded in the browser. DLLs should only be added to this list
+// if there is nothing else Chrome can do to prevent those crashes.
+// For more information about how this list is generated, and how to get off
+// of it, see:
+// https://sites.google.com/a/chromium.org/dev/Home/third-party-developers
const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
L"datamngr.dll", // Unknown (suspected adware).
L"hk.dll", // Unknown (keystroke logger).