Commit 15385f49 authored by avi@chromium.org's avatar avi@chromium.org

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
parent d8daf73b
...@@ -770,14 +770,6 @@ void oom_killer_new() { ...@@ -770,14 +770,6 @@ void oom_killer_new() {
// === Core Foundation CFAllocators === // === Core Foundation CFAllocators ===
bool CanGetContextForCFAllocator() { 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:: return !base::mac::
IsOSDangerouslyLaterThanMountainLionForUseByCFAllocatorReplacement(); IsOSDangerouslyLaterThanMountainLionForUseByCFAllocatorReplacement();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment