diff options
-rw-r--r-- | base/process_util_mac.mm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/base/process_util_mac.mm b/base/process_util_mac.mm index 1ac30fe..df539df 100644 --- a/base/process_util_mac.mm +++ b/base/process_util_mac.mm @@ -770,14 +770,6 @@ void oom_killer_new() { // === Core Foundation CFAllocators === bool CanGetContextForCFAllocator() { - // TODO(avi): remove at final release; http://crbug.com/117476 - if (base::mac::IsOSMountainLion()) { - NSLog(@"Unsure about the internals of CFAllocator but going to patch them " - "anyway. If there is a crash inside of CFAllocatorAllocate, please " - "report it at http://crbug.com/117476 . If there is a crash and it " - "is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT " - "REPORT IT THERE but rather FILE A NEW BUG."); - } return !base::mac:: IsOSDangerouslyLaterThanMountainLionForUseByCFAllocatorReplacement(); } |