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

Unified Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2390013002: Rename mojo: to service: (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/app/BUILD.gn ('k') | content/public/app/mojo/content_gpu_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index d67ee1435fcc6eee8527355bbf48d94ee39a9d02..26d56385d1018cfa1a41cb933943800a201a6fd6 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -1,8 +1,8 @@
{
"manifest_version": 1,
- "name": "exe:content_browser",
+ "name": "service:content_browser",
"process-group": "browser",
- "display_name": "Content Browser",
+ "display_name": "Content (browser process)",
"capabilities": {
// Remove this once http://crbug.com/632818 is fixed.
"provided": {
@@ -36,27 +36,26 @@
"*": { "classes": [ "app" ] },
// In classic ash, the browser supplies ash interfaces to itself.
- "exe:content_browser": { "classes": [ "ash" ] },
+ "service:content_browser": { "classes": [ "ash" ] },
+ "service:content_gpu": { "classes": [ "browser" ] },
+ "service:content_plugin": { "classes": [ "browser" ] },
+ "service:content_renderer": { "classes": [ "browser" ] },
+ "service:content_utility": { "classes": [ "browser" ] },
- "exe:content_gpu": { "classes": [ "browser" ] },
- "exe:content_plugin": { "classes": [ "browser" ] },
- "exe:content_renderer": { "classes": [ "browser" ] },
- "exe:content_utility": { "classes": [ "browser" ] },
-
- "mojo:shell": {
+ "service:shell": {
"classes": [
"shell:client_process",
"shell:instance_name",
"shell:user_id"
]
},
- "mojo:file": {
+ "service:file": {
"interfaces": [
- "leveldb::mojom::LevelDBService",
- "user_service::UserService"
+ "file::mojom::FileSystem",
+ "leveldb::mojom::LevelDBService"
]
},
- "mojo:media": { "interfaces": [ "media::mojom::MediaService" ] }
+ "service:media": { "interfaces": [ "media::mojom::MediaService" ] }
}
}
}
« no previous file with comments | « content/public/app/BUILD.gn ('k') | content/public/app/mojo/content_gpu_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698