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

Unified Diff: content/common/child_process_host_impl.h

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: review Created 3 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
Index: content/common/child_process_host_impl.h
diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h
index ebeb8aa645a8febea23931718d1692a5e061a963..722404e6f81b7b65cd20481a6ab64c32e2f2d8a8 100644
--- a/content/common/child_process_host_impl.h
+++ b/content/common/child_process_host_impl.h
@@ -53,8 +53,7 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
// be used when tracing for identifying cross-process shared memory from a
// process which knows the child process id of its endpoints. The value
// returned by this method is guaranteed to be equal to the value returned by
- // MemoryDumpManager::GetTracingProcessId() in the corresponding child
- // process.
+ // MemoryDumpManager::tracing_process_id() in the corresponding child process.
//
// Never returns MemoryDumpManager::kInvalidTracingProcessId.
// Returns only ChildProcessHost::kBrowserTracingProcessId in single-process

Powered by Google App Engine
This is Rietveld 408576698