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

Unified Diff: base/process_util_freebsd.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: Comments 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
« no previous file with comments | « base/process_util.h ('k') | base/process_util_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util_freebsd.cc
diff --git a/base/process_util_freebsd.cc b/base/process_util_freebsd.cc
index 71b429108f622414a26432633e0c7d5fe59d321e..fc78e0515fda8349cbe6ac4d64098dd213772e9f 100644
--- a/base/process_util_freebsd.cc
+++ b/base/process_util_freebsd.cc
@@ -52,17 +52,4 @@ FilePath GetProcessExecutablePath(ProcessHandle process) {
return FilePath(std::string(pathname));
}
-void EnableTerminationOnOutOfMemory() {
- DLOG(WARNING) << "Not feasible.";
-}
-
-void EnableTerminationOnHeapCorruption() {
- // Nothing to do.
-}
-
-bool AdjustOOMScore(ProcessId process, int score) {
- NOTIMPLEMENTED();
- return false;
-}
-
} // namespace base
« no previous file with comments | « base/process_util.h ('k') | base/process_util_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698