Index: components/web_view/web_view_application_delegate.cc |
diff --git a/components/web_view/web_view_application_delegate.cc b/components/web_view/web_view_application_delegate.cc |
index ab0f7dd6bc29f9bcf0e9fc552b8012a37ac89d4c..2a4c48eafd96a8504ee6c8ef39601023187738e0 100644 |
--- a/components/web_view/web_view_application_delegate.cc |
+++ b/components/web_view/web_view_application_delegate.cc |
@@ -14,6 +14,7 @@ WebViewApplicationDelegate::~WebViewApplicationDelegate() {} |
void WebViewApplicationDelegate::Initialize(mojo::ApplicationImpl* app) { |
app_ = app; |
+ tracing_.Initialize(app); |
} |
bool WebViewApplicationDelegate::ConfigureIncomingConnection( |