diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 17:55:38 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 17:55:38 +0000 |
commit | d4166424a498ede682244be90a63d1b5938ee000 (patch) | |
tree | 63c200dae2074b65bf436dd38452dba6eef56dec /base | |
parent | 8c5296a3dfd62201e6a47060ab322ed355a81c61 (diff) | |
download | chromium_src-d4166424a498ede682244be90a63d1b5938ee000.zip chromium_src-d4166424a498ede682244be90a63d1b5938ee000.tar.gz chromium_src-d4166424a498ede682244be90a63d1b5938ee000.tar.bz2 |
Update OOM killer with Lion info.
BUG=74589
TEST=none; still works on Lion
Review URL: http://codereview.chromium.org/7471041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/process_util_mac.mm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/base/process_util_mac.mm b/base/process_util_mac.mm index 6e49d2c..7db44d9 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(); } |