| 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();
|
| }
|
|
|
|
|