| Index: content/child/child_thread_impl.cc
|
| diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc
|
| index 22007ebfd79edf4b498de8df7fbfeaed59dc1667..a17df3bf0310b081390673264f512da9f556d929 100644
|
| --- a/content/child/child_thread_impl.cc
|
| +++ b/content/child/child_thread_impl.cc
|
| @@ -510,12 +510,6 @@ void ChildThreadImpl::Init(const Options& options) {
|
| g_quit_closure.Get().BindToMainThread();
|
| #endif
|
|
|
| -#if defined(TCMALLOC_TRACE_MEMORY_SUPPORTED)
|
| - trace_memory_controller_.reset(new base::trace_event::TraceMemoryController(
|
| - message_loop_->task_runner(), ::HeapProfilerWithPseudoStackStart,
|
| - ::HeapProfilerStop, ::GetHeapProfile));
|
| -#endif
|
| -
|
| shared_bitmap_manager_.reset(
|
| new ChildSharedBitmapManager(thread_safe_sender()));
|
|
|
|
|