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

Unified Diff: content/public/app/mojo/content_renderer_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_renderer_manifest.json
diff --git a/content/public/app/mojo/content_renderer_manifest.json b/content/public/app/mojo/content_renderer_manifest.json
index 08f5c49bd2cdcec7423d7075971d29ffe2a1ec25..57ca5ae97481853f93bebc68871cac46f91a114a 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 1,
- "name": "exe:content_renderer",
- "display_name": "Content Renderer",
+ "name": "service:content_renderer",
+ "display_name": "Content (renderer process)",
"capabilities": {
"provided": {
"browser": [
@@ -16,8 +16,8 @@
]
},
"required": {
- "exe:content_browser": { "classes": [ "renderer" ] },
- "mojo:ui": {
+ "service:content_browser": { "classes": [ "renderer" ] },
+ "service:ui": {
"interfaces": [
"ui::mojom::Gpu",
"ui::mojom::GpuService"
« no previous file with comments | « content/public/app/mojo/content_plugin_manifest.json ('k') | content/public/app/mojo/content_utility_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698