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

Unified Diff: services/device/manifest.json

Issue 2451413003: Introduce Device Service (Closed)
Patch Set: More cleanup 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: services/device/manifest.json
diff --git a/components/font_service/manifest.json b/services/device/manifest.json
similarity index 56%
copy from components/font_service/manifest.json
copy to services/device/manifest.json
index 5979d2dc6ce17b52a616bc2ecb2a6e9baeb192c0..3ec432573b4dbfbf92c19d67c6681170a39a75d4 100644
--- a/components/font_service/manifest.json
+++ b/services/device/manifest.json
@@ -1,10 +1,10 @@
{
- "name": "service:font_service",
- "display_name": "Font Service",
+ "name": "service:device",
+ "process-group": "browser",
+ "display_name": "Device Service",
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
- "app": [ "font_service::mojom::FontService" ]
},
"requires": {
"*": [ "app" ]

Powered by Google App Engine
This is Rietveld 408576698