| Index: shell/tracer.h
|
| diff --git a/shell/tracer.h b/shell/tracer.h
|
| index 0299e6548ddddf41d9857ee34afdfc666740bd1b..604a446c11d2a15167d3a207a5b2dc4bca49caca 100644
|
| --- a/shell/tracer.h
|
| +++ b/shell/tracer.h
|
| @@ -81,6 +81,7 @@ class Tracer : public mojo::common::DataPipeDrainer::Client {
|
| tracing::TraceCollectorPtr coordinator_;
|
| scoped_ptr<mojo::common::DataPipeDrainer> drainer_;
|
|
|
| + mojo::TraceProviderImpl trace_provider_impl_;
|
| // Whether we're currently tracing.
|
| bool tracing_;
|
| // How long to trace after message loop creation.
|
|
|