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

Unified Diff: content/public/app/mojo/content_plugin_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
Index: content/public/app/mojo/content_plugin_manifest.json
diff --git a/content/public/app/mojo/content_plugin_manifest.json b/content/public/app/mojo/content_plugin_manifest.json
index 846b3aca9c1c26e1a386b952c8bd11c927a68072..9e6673bd767d90e9dd26998e511af5bc02e09115 100644
--- a/content/public/app/mojo/content_plugin_manifest.json
+++ b/content/public/app/mojo/content_plugin_manifest.json
@@ -1,13 +1,13 @@
{
"manifest_version": 1,
- "name": "exe:content_plugin",
- "display_name": "Content Plugin",
+ "name": "service:content_plugin",
+ "display_name": "Content (plugin process)",
"capabilities": {
"provided": {
"browser": [ "IPC::mojom::ChannelBootstrap" ]
},
"required": {
- "exe:content_browser": {
+ "service:content_browser": {
"classes": [
"plugin"
]
« no previous file with comments | « content/public/app/mojo/content_gpu_manifest.json ('k') | content/public/app/mojo/content_renderer_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698