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

Unified Diff: components/mus/mus_app.cc

Issue 1459453003: mandoline: write this after lunch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TracingImpls to mus and mash, fix naming. Created 5 years, 1 month 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/resource_provider/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 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(
« no previous file with comments | « components/mus/mus_app.h ('k') | components/resource_provider/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698