summaryrefslogtreecommitdiffstats
path: root/base/process_util_linux.cc
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-08 19:19:28 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-08 19:19:28 +0000
commit4c69100f1221be7d3ae859f65305a857e2bd7fbb (patch)
tree9a198c1cc8569242c53bdfe699faeb0ae430644f /base/process_util_linux.cc
parent7ac8544394004d85e20983271dda4456bae84ab1 (diff)
downloadchromium_src-4c69100f1221be7d3ae859f65305a857e2bd7fbb.zip
chromium_src-4c69100f1221be7d3ae859f65305a857e2bd7fbb.tar.gz
chromium_src-4c69100f1221be7d3ae859f65305a857e2bd7fbb.tar.bz2
Also disable tests for code removed in r35804.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util_linux.cc')
-rw-r--r--base/process_util_linux.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/process_util_linux.cc b/base/process_util_linux.cc
index 8d48824..5d83bd6 100644
--- a/base/process_util_linux.cc
+++ b/base/process_util_linux.cc
@@ -517,6 +517,8 @@ extern "C" {
// it breaks builds depending on fine details of the linker command line and
// the dependencies of other .so's that we pull in. So it's disabled for the
// moment. See crbug.com/31809
+//
+// If enabling this, remember to reanble the tests in process_util_unittest.cc
#if 0
#if !defined(LINUX_USE_TCMALLOC)