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

Unified Diff: base/process_util_mac.mm

Issue 7471041: Update OOM killer with Lion info. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « no previous file | third_party/apple_apsl/CFBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util_mac.mm
diff --git a/base/process_util_mac.mm b/base/process_util_mac.mm
index 6e49d2ca73439536a12cc8a069a093804c6c148d..7db44d900530d7d79150ca819194393bdb961b76 100644
--- a/base/process_util_mac.mm
+++ b/base/process_util_mac.mm
@@ -622,11 +622,6 @@ void oom_killer_new() {
// === Core Foundation CFAllocators ===
bool CanGetContextForCFAllocator() {
- // TODO(avi): remove at final release; http://crbug.com/74589
- if (base::mac::IsOSLion()) {
- NSLog(@"Unsure about the internals of CFAllocator but going to patch them "
- "anyway. Watch out for crashes inside of CFAllocatorAllocate.");
- }
return !base::mac::IsOSLaterThanLion();
}
« no previous file with comments | « no previous file | third_party/apple_apsl/CFBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698