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

Unified Diff: services/service_manager/standalone/tracer.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/standalone/context.cc ('k') | services/service_manager/standalone/tracer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/standalone/tracer.h
diff --git a/services/service_manager/standalone/tracer.h b/services/service_manager/standalone/tracer.h
index 10bc60bf0b582369ef0719b782b5a5303e120957..3ee7986ea01adb497421a051b09852ff9e7a07db 100644
--- a/services/service_manager/standalone/tracer.h
+++ b/services/service_manager/standalone/tracer.h
@@ -15,7 +15,6 @@
#include "base/macros.h"
#include "base/memory/ref_counted_memory.h"
#include "mojo/common/data_pipe_drainer.h"
-#include "services/tracing/public/cpp/provider.h"
#include "services/tracing/public/interfaces/tracing.mojom.h"
namespace service_manager {
@@ -78,7 +77,6 @@ class Tracer : public mojo::common::DataPipeDrainer::Client {
tracing::mojom::CollectorPtr coordinator_;
std::unique_ptr<mojo::common::DataPipeDrainer> drainer_;
- tracing::Provider provider_;
// Whether we're currently tracing.
bool tracing_;
// Categories to trace.
« no previous file with comments | « services/service_manager/standalone/context.cc ('k') | services/service_manager/standalone/tracer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698