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

Unified Diff: services/service_manager/service_manager.cc

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 | « services/service_manager/manifest.json ('k') | services/service_manager/standalone/context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/service_manager.cc
diff --git a/services/service_manager/service_manager.cc b/services/service_manager/service_manager.cc
index aa46c32e5ebf07cd2af769a228e8cbd0c628298d..59ab943054c01b9063faf89e94a788fa706a4e4b 100644
--- a/services/service_manager/service_manager.cc
+++ b/services/service_manager/service_manager.cc
@@ -506,6 +506,7 @@ ServiceManager::ServiceManager(
"service_manager::mojom::ServiceManager");
spec.requires["*"].insert("service_manager:service_factory");
spec.requires["service:catalog"].insert("service_manager:resolver");
+ spec.requires["service:tracing"].insert("app");
service_manager_instance_ =
CreateInstance(Identity(), CreateServiceManagerIdentity(), spec);
« no previous file with comments | « services/service_manager/manifest.json ('k') | services/service_manager/standalone/context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698