Index: content/child/child_thread_impl.cc |
diff --git a/content/child/child_thread_impl.cc b/content/child/child_thread_impl.cc |
index 01cf63a69f910ac274b73a06a42987edb433d560..a2918417a09d58ef11010f70b1b5af3c641c9eae 100644 |
--- a/content/child/child_thread_impl.cc |
+++ b/content/child/child_thread_impl.cc |
@@ -507,8 +507,7 @@ void ChildThreadImpl::Init(const Options& options) { |
#if defined(TCMALLOC_TRACE_MEMORY_SUPPORTED) |
trace_memory_controller_.reset(new base::trace_event::TraceMemoryController( |
- message_loop_->task_runner(), ::HeapProfilerWithPseudoStackStart, |
- ::HeapProfilerStop, ::GetHeapProfile)); |
+ message_loop_->task_runner())); |
#endif |
shared_bitmap_manager_.reset( |