Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: base/process_util_openbsd.cc

Issue 17910003: Split memory-related routines out of base/process_util.h into base/process/memory.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/process_util_openbsd.cc
diff --git a/base/process_util_openbsd.cc b/base/process_util_openbsd.cc
index 24230f7363ba4d5011369681071a1d37da8b45e9..11d0407babaca04bc15196d3990b18d9d39d32f3 100644
--- a/base/process_util_openbsd.cc
+++ b/base/process_util_openbsd.cc
@@ -64,10 +64,4 @@ FilePath GetProcessExecutablePath(ProcessHandle process) {
return FilePath();
}
-void EnableTerminationOnOutOfMemory() {
-}
-
-void EnableTerminationOnHeapCorruption() {
-}
-
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698