summaryrefslogtreecommitdiffstats
path: root/base/process_util_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/process_util_posix.cc')
-rw-r--r--base/process_util_posix.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/process_util_posix.cc b/base/process_util_posix.cc
index a81acbc..db380bd 100644
--- a/base/process_util_posix.cc
+++ b/base/process_util_posix.cc
@@ -656,6 +656,10 @@ bool LaunchProcess(const CommandLine& cmdline,
ProcessMetrics::~ProcessMetrics() { }
+void EnableTerminationOnHeapCorruption() {
+ // On POSIX, there nothing to do AFAIK.
+}
+
bool EnableInProcessStackDumping() {
// When running in an application, our code typically expects SIGPIPE
// to be ignored. Therefore, when testing that same code, it should run