Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: components/mus/mus_app.cc

Issue 1409223004: mandoline: Add automatic tracing at mojo call sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Safety rebase to ToT Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/mus_app.h ('k') | components/pdf_viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « components/mus/mus_app.h ('k') | components/pdf_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698