Index: components/font_service/font_service_app.cc |
diff --git a/components/font_service/font_service_app.cc b/components/font_service/font_service_app.cc |
index 77f03a434b0712d8d5ecf13e8e95d95bc0c45c3a..41a7f9e5a479b0e90ff3e500a03c9a2b53c69623 100644 |
--- a/components/font_service/font_service_app.cc |
+++ b/components/font_service/font_service_app.cc |
@@ -56,7 +56,9 @@ FontServiceApp::FontServiceApp() {} |
FontServiceApp::~FontServiceApp() {} |
-void FontServiceApp::Initialize(mojo::ApplicationImpl* app) {} |
+void FontServiceApp::Initialize(mojo::ApplicationImpl* app) { |
+ tracing_.Initialize(app); |
+} |
bool FontServiceApp::ConfigureIncomingConnection( |
mojo::ApplicationConnection* connection) { |