| Index: content/public/common/service_names.cc
|
| diff --git a/content/public/common/service_names.cc b/content/public/common/service_names.cc
|
| index 7a74b95743fc9ac3b9b6bad2e49cf1d816a2dd70..a8d9dbc8f728244326fca0cb41a3fa36483a535f 100644
|
| --- a/content/public/common/service_names.cc
|
| +++ b/content/public/common/service_names.cc
|
| @@ -9,26 +9,26 @@ namespace content {
|
| // The default application name the browser identifies as when connecting to
|
| // the shell. This must match the name in
|
| // src/content/public/app/mojo/content_browser_manifest.json.
|
| -const char kBrowserMojoApplicationName[] = "exe:content_browser";
|
| +const char kBrowserMojoApplicationName[] = "service:content_browser";
|
|
|
| // 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";
|
| +const char kGpuMojoApplicationName[] = "service: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";
|
| +const char kPluginMojoApplicationName[] = "service: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.
|
| -const char kRendererMojoApplicationName[] = "exe:content_renderer";
|
| +const char kRendererMojoApplicationName[] = "service:content_renderer";
|
|
|
| // 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";
|
| +const char kUtilityMojoApplicationName[] = "service:content_utility";
|
|
|
| } // namespace content
|
|
|