Index: base/process_util_mac.mm |
=================================================================== |
--- base/process_util_mac.mm (revision 95641) |
+++ base/process_util_mac.mm (working copy) |
@@ -623,11 +623,6 @@ |
// === Core Foundation CFAllocators === |
bool CanGetContextForCFAllocator(long darwin_version) { |
- // TODO(avi): remove at final release; http://crbug.com/74589 |
- if (darwin_version == 11) { |
- NSLog(@"Unsure about the internals of CFAllocator but going to patch them " |
- "anyway. Watch out for crashes inside of CFAllocatorAllocate."); |
- } |
return darwin_version == 9 || |
darwin_version == 10 || |
darwin_version == 11; |