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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 12211008: Add a benchmarking_extension API to call TCMalloc's HeapProfilerDump(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed the comments. Created 7 years, 10 months 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
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/memory_benchmarking_extension.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index ea568409e36e7e54802ba79ad4fd4f1f984edbe4..9cf4d593783e07cafacfd0867cd7d49980e8da64 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -776,6 +776,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kEnableGPUServiceLogging,
switches::kEnableGPUClientLogging,
switches::kEnableGpuBenchmarking,
+ switches::kEnableMemoryBenchmarking,
switches::kEnableLogging,
switches::kDisableMediaSource,
switches::kDisableWebMediaPlayerMS,
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/memory_benchmarking_extension.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698