| Index: components/mus/mus_app.cc
|
| diff --git a/components/mus/mus_app.cc b/components/mus/mus_app.cc
|
| index f464ba4c68f6e7ac2a3cc21e82a5701818670085..df40649f0e1ec2018ed788ef61c14df4f7c6b746 100644
|
| --- a/components/mus/mus_app.cc
|
| +++ b/components/mus/mus_app.cc
|
| @@ -70,6 +70,8 @@ void MandolineUIServicesApp::Initialize(ApplicationImpl* app) {
|
| if (!gpu_state_.get())
|
| gpu_state_ = new GpuState(hardware_rendering_available);
|
| connection_manager_.reset(new ws::ConnectionManager(this, surfaces_state_));
|
| +
|
| + tracing_.Initialize(app);
|
| }
|
|
|
| bool MandolineUIServicesApp::ConfigureIncomingConnection(
|
|
|