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

Unified Diff: components/web_view/frame_connection.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/pdf_viewer/pdf_viewer.cc ('k') | content/browser/navigator_connect/service_port_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/frame_connection.cc
diff --git a/components/web_view/frame_connection.cc b/components/web_view/frame_connection.cc
index 042aa1df74d41bee43803e647c0060db759d2e14..68d8fc082b59cf19fe9bbe015bf89f4e2d6b2685 100644
--- a/components/web_view/frame_connection.cc
+++ b/components/web_view/frame_connection.cc
@@ -91,6 +91,7 @@ void FrameConnection::Init(mojo::ApplicationImpl* app,
mojo::Array<mojo::String> tracing_interfaces;
tracing_interfaces.push_back(tracing::StartupPerformanceDataCollector::Name_);
+ tracing_interfaces.push_back(tracing::TraceCollector::Name_);
filter->filter.insert("mojo:tracing", tracing_interfaces.Pass());
mojo::Array<mojo::String> window_manager_interfaces;
« no previous file with comments | « components/pdf_viewer/pdf_viewer.cc ('k') | content/browser/navigator_connect/service_port_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698