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

Unified Diff: base/process_util_ios.mm

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_freebsd.cc ('k') | base/process_util_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util_ios.mm
diff --git a/base/process_util_ios.mm b/base/process_util_ios.mm
index 4d95a7e00e2273b772f1cd6b85f250d3fee69db7..1e2b4892e841d281c1ec95c75f3dfb1477d14abb 100644
--- a/base/process_util_ios.mm
+++ b/base/process_util_ios.mm
@@ -23,14 +23,6 @@ ProcessHandle GetCurrentProcessHandle() {
return GetCurrentProcId();
}
-void EnableTerminationOnHeapCorruption() {
- // On iOS, there nothing to do AFAIK.
-}
-
-void EnableTerminationOnOutOfMemory() {
- // iOS provides this for free!
-}
-
void RaiseProcessToHighPriority() {
// Impossible on iOS. Do nothing.
}
« no previous file with comments | « base/process_util_freebsd.cc ('k') | base/process_util_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698