Index: base/process_util_posix.cc |
=================================================================== |
--- base/process_util_posix.cc (revision 2361) |
+++ base/process_util_posix.cc (working copy) |
@@ -19,6 +19,10 @@ |
return process; |
} |
+void EnableTerminationOnHeapCorruption() { |
+ // On POSIX, there nothing to do AFAIK. |
+} |
+ |
void RaiseProcessToHighPriority() { |
// On POSIX, we don't actually do anything here. We could try to nice() or |
// setpriority() or sched_getscheduler, but these all require extra rights. |