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

Unified Diff: shell/tracer.h

Issue 1334213002: Support for tracing app initialization. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | « shell/context.cc ('k') | shell/tracer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/tracer.h
diff --git a/shell/tracer.h b/shell/tracer.h
index 0299e6548ddddf41d9857ee34afdfc666740bd1b..604a446c11d2a15167d3a207a5b2dc4bca49caca 100644
--- a/shell/tracer.h
+++ b/shell/tracer.h
@@ -81,6 +81,7 @@ class Tracer : public mojo::common::DataPipeDrainer::Client {
tracing::TraceCollectorPtr coordinator_;
scoped_ptr<mojo::common::DataPipeDrainer> drainer_;
+ mojo::TraceProviderImpl trace_provider_impl_;
// Whether we're currently tracing.
bool tracing_;
// How long to trace after message loop creation.
« no previous file with comments | « shell/context.cc ('k') | shell/tracer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698