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

Unified Diff: services/service_manager/manifest.json

Issue 2427013002: Make tracing work in service manager (Closed)
Patch Set: Rename InitializeWithFactoryLocked to InitializeWithFactoryInternal 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 | « no previous file | services/service_manager/service_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/manifest.json
diff --git a/services/service_manager/manifest.json b/services/service_manager/manifest.json
index 0d34e24ccc589f2b7d05e2c21a81eaa941d102ee..8e4ba926177ff6b28a09a8d9804cbb828e8ab8c6 100644
--- a/services/service_manager/manifest.json
+++ b/services/service_manager/manifest.json
@@ -32,7 +32,9 @@
]
},
"required": {
- "service:service_manager": [ "service_manager:all_users" ]
+ "*": [ "service_manager:service_factory" ],
+ "service:catalog": [ "service_manager:resolver" ],
+ "service:tracing": [ "app" ]
}
}
}
« no previous file with comments | « no previous file | services/service_manager/service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698