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

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

Issue 2695803004: Make browser process a singleton service (Closed)
Patch Set: . Created 3 years, 10 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_manager_connection.h ('k') | mash/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/service_names.mojom
diff --git a/content/public/common/service_names.mojom b/content/public/common/service_names.mojom
index b2ef2f39edec0a0f6eb09f9a28bc13441778fdaa..d2bffb3b1d9494913120f552b709c672744085a0 100644
--- a/content/public/common/service_names.mojom
+++ b/content/public/common/service_names.mojom
@@ -14,6 +14,11 @@ const string kBrowserServiceName = "content_browser";
// src/content/public/app/mojo/content_gpu_manifest.json.
const string kGpuServiceName = "content_gpu";
+// The service name used to identify the browser process's singleton service
+// instance which packages other browser-wide services. this must match the name
+// in src/content/public/app/mojo/content_packaged_services_manifest.json.
+const string kPackagedServicesServiceName = "content_packaged_services";
+
// 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.
« no previous file with comments | « content/public/common/service_manager_connection.h ('k') | mash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698