Chromium Code Reviews| Index: components/mus/mus_app.cc |
| diff --git a/components/mus/mus_app.cc b/components/mus/mus_app.cc |
| index 73016bff0e2be125fb73d2b67c67c47d58b7f046..439d2efd2c8751777ccbe221eab39beef794cce6 100644 |
| --- a/components/mus/mus_app.cc |
| +++ b/components/mus/mus_app.cc |
| @@ -48,7 +48,6 @@ MandolineUIServicesApp::~MandolineUIServicesApp() { |
| void MandolineUIServicesApp::Initialize(ApplicationImpl* app) { |
| app_impl_ = app; |
| - tracing_.Initialize(app); |
| surfaces_state_ = new SurfacesState; |
| #if defined(USE_X11) |