| Index: services/tracing/public/cpp/provider.cc
|
| diff --git a/services/tracing/public/cpp/provider.cc b/services/tracing/public/cpp/provider.cc
|
| index bcb2ed402d9f705d4a82a5e404c92feceee767b4..92df055a8af517cd41bb0ad7728e956722e1eff9 100644
|
| --- a/services/tracing/public/cpp/provider.cc
|
| +++ b/services/tracing/public/cpp/provider.cc
|
| @@ -29,12 +29,8 @@ namespace {
|
| base::LazyInstance<base::Lock>::Leaky g_singleton_lock =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| -// Whether we are the first TracingImpl to be created in this mojo
|
| -// application. The first TracingImpl in a physical mojo application connects
|
| -// to the mojo:tracing service.
|
| -//
|
| -// If this is a ContentHandler, it will outlive all its served Applications. If
|
| -// this is a raw mojo application, it is the only Application served.
|
| +// Whether we are the first TracingImpl to be created in this service. The first
|
| +// TracingImpl in a physical service connects to the tracing service.
|
| bool g_tracing_singleton_created = false;
|
|
|
| }
|
|
|