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

Unified Diff: services/service_manager/standalone/context.h

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/service_manager.cc ('k') | services/service_manager/standalone/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/standalone/context.h
diff --git a/services/service_manager/standalone/context.h b/services/service_manager/standalone/context.h
index 41b261fd44a5051f6ba29339600fc7d862d6d669..4522d39d8603150e1cec7cee2b9db2b919e59e88 100644
--- a/services/service_manager/standalone/context.h
+++ b/services/service_manager/standalone/context.h
@@ -15,6 +15,7 @@
#include "mojo/edk/embedder/process_delegate.h"
#include "services/service_manager/service_manager.h"
#include "services/service_manager/standalone/tracer.h"
+#include "services/tracing/public/cpp/provider.h"
namespace base {
class SingleThreadTaskRunner;
@@ -72,6 +73,7 @@ class Context : public mojo::edk::ProcessDelegate {
// Ensure this is destructed before task_runners_ since it owns a message pipe
// that needs the IO thread to destruct cleanly.
Tracer tracer_;
+ tracing::Provider provider_;
std::unique_ptr<catalog::Catalog> catalog_;
std::unique_ptr<ServiceManager> service_manager_;
base::Time main_entry_time_;
« no previous file with comments | « services/service_manager/service_manager.cc ('k') | services/service_manager/standalone/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698