diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-07 19:06:11 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-07 19:06:11 +0000 |
commit | 15385f49c73585bccc1714b985c9f6bce282397c (patch) | |
tree | 523d1773bfde23bb5ddd3e844b4a1d3323f954f1 /base/process_util_mac.mm | |
parent | d8daf73bfbe48bf4e4b2fc306e78f62881eb8319 (diff) | |
download | chromium_src-15385f49c73585bccc1714b985c9f6bce282397c.zip chromium_src-15385f49c73585bccc1714b985c9f6bce282397c.tar.gz chromium_src-15385f49c73585bccc1714b985c9f6bce282397c.tar.bz2 |
Remove log message for 10.8 CFAllocator patching.
BUG=117476
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10854027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util_mac.mm')
-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(); } |