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

Unified Diff: mojo/common/tracing_impl.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
Index: mojo/common/tracing_impl.h
diff --git a/mojo/common/tracing_impl.h b/mojo/common/tracing_impl.h
index a996d5c4b281c424e34893d0f0d271408513a015..22654b6bba33f5a01da6843ad51f4f734a4bf40a 100644
--- a/mojo/common/tracing_impl.h
+++ b/mojo/common/tracing_impl.h
@@ -6,7 +6,9 @@
#define MOJO_COMMON_TRACING_IMPL_H_
#include "base/macros.h"
+#include "mojo/common/trace_provider_impl.h"
#include "mojo/public/cpp/application/interface_factory.h"
+#include "mojo/public/cpp/bindings/binding.h"
qsr 2015/09/11 15:12:21 This is probably not needed anymore.
etiennej 2015/09/11 15:16:45 Done.
#include "mojo/services/tracing/public/interfaces/tracing.mojom.h"
namespace mojo {
@@ -27,6 +29,8 @@ class TracingImpl : public InterfaceFactory<tracing::TraceProvider> {
void Create(ApplicationConnection* connection,
InterfaceRequest<tracing::TraceProvider> request) override;
+ TraceProviderImpl provider_impl_;
+
DISALLOW_COPY_AND_ASSIGN(TracingImpl);
};

Powered by Google App Engine
This is Rietveld 408576698