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

Unified Diff: content/browser/browser_main_loop.cc

Issue 1469843002: Remove dependency on allocator from 'content' targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@unify_allocator1_2
Patch Set: Fix build Created 5 years, 1 month 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
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index 12903fac6a50f03005c82261335a1adc41aa3ae0..943d42f3743dc0868fac8710e49699c77f4155c6 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -683,9 +683,7 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
#if defined(TCMALLOC_TRACE_MEMORY_SUPPORTED)
trace_memory_controller_.reset(new base::trace_event::TraceMemoryController(
- base::MessageLoop::current()->task_runner(),
- ::HeapProfilerWithPseudoStackStart, ::HeapProfilerStop,
- ::GetHeapProfile));
+ base::MessageLoop::current()->task_runner()));
#endif
}

Powered by Google App Engine
This is Rietveld 408576698