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

Unified Diff: content/public/common/service_names.cc

Issue 2398783002: Rename a bunch of Mojo Application stuff to reference Services. (Closed)
Patch Set: . Created 4 years, 2 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/common/service_names.h ('k') | content/public/test/mock_render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/service_names.cc
diff --git a/content/public/common/service_names.cc b/content/public/common/service_names.cc
index a8d9dbc8f728244326fca0cb41a3fa36483a535f..ab9314e51c89ff05a24e9dce9d3a56cf5d4cea07 100644
--- a/content/public/common/service_names.cc
+++ b/content/public/common/service_names.cc
@@ -6,29 +6,29 @@
namespace content {
-// The default application name the browser identifies as when connecting to
-// the shell. This must match the name in
+// The default service name the browser identifies as when connecting to
+// the Service Manager. This must match the name in
// src/content/public/app/mojo/content_browser_manifest.json.
-const char kBrowserMojoApplicationName[] = "service:content_browser";
+const char kBrowserServiceName[] = "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
+// The default service name used to identify the gpu process when connecting it
+// to the Service Manager. This must match the name in
// src/content/public/app/mojo/content_gpu_manifest.json.
-const char kGpuMojoApplicationName[] = "service:content_gpu";
+const char kGpuServiceName[] = "service:content_gpu";
-// The default application name used to identify plugin processes when
-// connecting them to the shell. This must match the name in
+// The default service name used to identify plugin processes when connecting
+// them to the Service Manager. This must match the name in
// src/content/public/app/mojo/content_plugin_manifest.json.
-const char kPluginMojoApplicationName[] = "service:content_plugin";
+const char kPluginServiceName[] = "service:content_plugin";
-// The default application name used to identify render processes when
-// connecting them to the shell. This must match the name in
+// The default service name used to identify render processes when connecting
+// them to the Service Manager. This must match the name in
// src/content/public/app/mojo/content_renderer_manifest.json.
-const char kRendererMojoApplicationName[] = "service:content_renderer";
+const char kRendererServiceName[] = "service:content_renderer";
-// The default application name used to identify utility processes when
-// connecting them to the shell. This must match the name in
+// The default service name used to identify utility processes when connecting
+// them to the Service Manager. This must match the name in
// src/content/public/app/mojo/content_utility_manifest.json.
-const char kUtilityMojoApplicationName[] = "service:content_utility";
+const char kUtilityServiceName[] = "service:content_utility";
} // namespace content
« no previous file with comments | « content/public/common/service_names.h ('k') | content/public/test/mock_render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698