| Index: content/browser/mojo/constants.cc
|
| diff --git a/content/browser/mojo/constants.cc b/content/browser/mojo/constants.cc
|
| index cbb79379eebef9cab277dcf060ab9f3ec3407c2a..c87eb8ec3c97e6e12ddb330b71c9e96d3f016c92 100644
|
| --- a/content/browser/mojo/constants.cc
|
| +++ b/content/browser/mojo/constants.cc
|
| @@ -16,4 +16,14 @@ const char kBrowserMojoApplicationName[] = "exe:content_browser";
|
| // src/content/public/app/mojo/content_renderer_manifest.json.
|
| const char kRendererMojoApplicationName[] = "exe:content_renderer";
|
|
|
| +// The default application name used to identify the gpu process when
|
| +// connecting it to the shell. This must match the name in
|
| +// src/content/public/app/mojo/content_gpu_manifest.json.
|
| +const char kGpuMojoApplicationName[] = "exe:content_gpu";
|
| +
|
| +// The default application name used to identify utility processes when
|
| +// connecting them to the shell. This must match the name in
|
| +// src/content/public/app/mojo/content_utility_manifest.json.
|
| +const char kUtilityMojoApplicationName[] = "exe:content_utility";
|
| +
|
| } // namespace content
|
|
|