Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: base/process_util_mac.mm

Issue 7550042: Merge trunk r93436 to the 13.0.782 branch to eliminate unhelpful log spew (Closed) Base URL: svn://svn.chromium.org/chrome/branches/782/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/apple_apsl/CFBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | third_party/apple_apsl/CFBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698