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

Unified Diff: mandoline/services/core_services/core_services_application_delegate.h

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
Index: mandoline/services/core_services/core_services_application_delegate.h
diff --git a/mandoline/services/core_services/core_services_application_delegate.h b/mandoline/services/core_services/core_services_application_delegate.h
index bf692b0ef8702e50da166467410f29f963fd48f3..f0129ae9d55703552314e0ac703a838f681cac6d 100644
--- a/mandoline/services/core_services/core_services_application_delegate.h
+++ b/mandoline/services/core_services/core_services_application_delegate.h
@@ -13,6 +13,7 @@
#include "mojo/application/public/cpp/interface_factory_impl.h"
#include "mojo/application/public/interfaces/content_handler.mojom.h"
#include "mojo/common/weak_binding_set.h"
+#include "mojo/services/tracing/public/cpp/tracing_impl.h"
namespace core_services {
@@ -50,6 +51,7 @@ class CoreServicesApplicationDelegate
mojo::WeakBindingSet<ContentHandler> handler_bindings_;
ScopedVector<ApplicationThread> application_threads_;
+ mojo::TracingImpl tracing_;
base::WeakPtrFactory<CoreServicesApplicationDelegate> weak_factory_;
« no previous file with comments | « content/common/service_port_service.mojom ('k') | mandoline/services/core_services/core_services_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698