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

Unified Diff: content/common/mojo/constants.cc

Issue 2221153003: Establish MojoChildConnection from BrowserChildProcessHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-channel
Patch Set: rebase Created 4 years, 4 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/common/mojo/constants.h ('k') | content/content_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mojo/constants.cc
diff --git a/content/common/mojo/constants.cc b/content/common/mojo/constants.cc
index 2f776b7bf8e3cb1c1e2ce89b7b58a596d1ec6cbe..f78fab58b8dca17191cede0e7fbd0fd360a1a72e 100644
--- a/content/common/mojo/constants.cc
+++ b/content/common/mojo/constants.cc
@@ -16,6 +16,11 @@ const char kBrowserMojoApplicationName[] = "exe:content_browser";
// src/content/public/app/mojo/content_gpu_manifest.json.
const char kGpuMojoApplicationName[] = "exe:content_gpu";
+// The default application name used to identify plugin processes when
+// connecting them to the shell. This must match the name in
+// src/content/public/app/mojo/content_plugin_manifest.json.
+const char kPluginMojoApplicationName[] = "exe:content_plugin";
+
// The default application name used to identify render processes when
// connecting them to the shell. This must match the name in
// src/content/public/app/mojo/content_renderer_manifest.json.
« no previous file with comments | « content/common/mojo/constants.h ('k') | content/content_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698