| Index: shell/tracer.h
|
| diff --git a/shell/tracer.h b/shell/tracer.h
|
| index 0299e6548ddddf41d9857ee34afdfc666740bd1b..c55a566dd08618bb05f0cd4c603883fb61089d49 100644
|
| --- a/shell/tracer.h
|
| +++ b/shell/tracer.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/memory/ref_counted_memory.h"
|
| #include "mojo/common/trace_provider_impl.h"
|
| #include "mojo/data_pipe_utils/data_pipe_drainer.h"
|
| +#include "mojo/public/cpp/bindings/binding.h"
|
| #include "mojo/services/tracing/public/interfaces/tracing.mojom.h"
|
|
|
| namespace shell {
|
| @@ -81,6 +82,8 @@ class Tracer : public mojo::common::DataPipeDrainer::Client {
|
| tracing::TraceCollectorPtr coordinator_;
|
| scoped_ptr<mojo::common::DataPipeDrainer> drainer_;
|
|
|
| + mojo::TraceProviderImpl trace_provider_impl_;
|
| + mojo::Binding<tracing::TraceProvider> trace_provider_binding_;
|
| // Whether we're currently tracing.
|
| bool tracing_;
|
| // How long to trace after message loop creation.
|
|
|