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

Unified Diff: components/web_view/web_view_application_delegate.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
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(

Powered by Google App Engine
This is Rietveld 408576698