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

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

Issue 2427443002: Replace remaining shell references with service manager (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_browser_manifest.json
diff --git a/content/public/app/mojo/content_browser_manifest.json b/content/public/app/mojo/content_browser_manifest.json
index 0d5bf07e6a2c84fcf715ab860c08ec5a1be57a0b..8ac793f394ea6a8b5b33419580ffa51aaa681684 100644
--- a/content/public/app/mojo/content_browser_manifest.json
+++ b/content/public/app/mojo/content_browser_manifest.json
@@ -32,7 +32,7 @@
"media::mojom::ImageCapture",
"memory_coordinator::mojom::MemoryCoordinatorHandle"
],
- "shell:service_factory": [
+ "service_manager:service_factory": [
"service_manager::mojom::ServiceFactory"
]
},
@@ -44,9 +44,11 @@
"service:content_plugin": [ "browser" ],
"service:content_renderer": [ "browser" ],
"service:content_utility": [ "browser" ],
- "service:shell": [ "shell:client_process",
- "shell:instance_name",
- "shell:user_id" ],
+ "service:service_manager": [
+ "service_manager:client_process",
+ "service_manager:instance_name",
+ "service_manager:user_id"
+ ],
"service:file": [ "file:filesystem", "file:leveldb" ],
"service:media": [ "media:media" ]
}
« no previous file with comments | « content/common/service_manager/service_manager_connection_impl.cc ('k') | content/public/app/mojo/content_gpu_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698