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

Unified Diff: content/public/common/child_process_host.h

Issue 2741203002: memory-infra: Finish moving to Mojo (3nd attempt) (Closed)
Patch Set: rebase Created 3 years, 9 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 | « content/public/app/mojo/content_browser_manifest.json ('k') | services/resource_coordinator/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/child_process_host.h
diff --git a/content/public/common/child_process_host.h b/content/public/common/child_process_host.h
index 6a541cb1048a20e0611ecff1dada98a0d7b61b47..51e617f8e901715bf2709aeb954d70733ad5ebde 100644
--- a/content/public/common/child_process_host.h
+++ b/content/public/common/child_process_host.h
@@ -40,11 +40,6 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
// any kind, including the values returned by RenderProcessHost::GetID().
static int kInvalidUniqueID;
- // This value is used as the tracing id of the browser process for identifying
- // cross-process shared memory segments when tracing.
- // Note: In single-process mode all the clients of tracing will use this id.
- static uint64_t kBrowserTracingProcessId;
-
// Used to create a child process host. The delegate must outlive this object.
static ChildProcessHost* Create(ChildProcessHostDelegate* delegate);
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | services/resource_coordinator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698