| Index: content/app/content_main_runner.cc
|
| ===================================================================
|
| --- content/app/content_main_runner.cc (revision 183102)
|
| +++ content/app/content_main_runner.cc (working copy)
|
| @@ -549,7 +549,6 @@
|
| base::allocator::SetGetStatsFunction(GetStatsThunk);
|
| base::allocator::SetReleaseFreeMemoryFunction(ReleaseFreeMemoryThunk);
|
|
|
| -#if !defined(USE_SYSTEM_TCMALLOC)
|
| // Provide optional hook for monitoring allocation quantities on a
|
| // per-thread basis. Only set the hook if the environment indicates this
|
| // needs to be enabled.
|
| @@ -560,8 +559,7 @@
|
| MallocExtension::GetBytesAllocatedOnCurrentThread,
|
| tracked_objects::TIME_SOURCE_TYPE_TCMALLOC);
|
| }
|
| -#endif // !defined(USE_SYSTEM_TCMALLOC)
|
| -#endif // !defined(OS_MACOSX) && defined(USE_TCMALLOC)
|
| +#endif
|
|
|
| // On Android,
|
| // - setlocale() is not supported.
|
|
|