Index: base/tracked_objects.cc |
=================================================================== |
--- base/tracked_objects.cc (revision 108031) |
+++ base/tracked_objects.cc (working copy) |
@@ -19,12 +19,7 @@ |
namespace { |
// Flag to compile out almost all of the task tracking code. |
-#if defined(NDEBUG) && defined(OS_MAC) |
-// Avoid problems with base_unittest crashes in Mac for now. |
-static const bool kTrackAllTaskObjects = false; |
-#else |
static const bool kTrackAllTaskObjects = true; |
-#endif |
// When ThreadData is first initialized, should we start in an ACTIVE state to |
// record all of the startup-time tasks, or should we start up DEACTIVATED, so |