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

Unified Diff: services/view_manager/view_manager_app.h

Issue 791493006: De-client tracing.TraceController interface (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: services/view_manager/view_manager_app.h
diff --git a/services/view_manager/view_manager_app.h b/services/view_manager/view_manager_app.h
index e4eb9437251288deaaf1aaa77e2b2fa1d2f3b7d1..ece47403ba7e1276239bbe2a0bafa456ea1235a8 100644
--- a/services/view_manager/view_manager_app.h
+++ b/services/view_manager/view_manager_app.h
@@ -6,6 +6,7 @@
#define SERVICES_VIEW_MANAGER_VIEW_MANAGER_APP_H_
#include "base/memory/scoped_ptr.h"
+#include "mojo/common/tracing_impl.h"
#include "mojo/public/cpp/application/application_delegate.h"
#include "mojo/public/cpp/application/interface_factory.h"
#include "mojo/public/cpp/bindings/binding.h"
@@ -60,6 +61,7 @@ class ViewManagerApp
wm_internal_client_binding_;
mojo::WindowManagerInternalPtr wm_internal_;
scoped_ptr<ConnectionManager> connection_manager_;
+ mojo::TracingImpl tracing_;
DISALLOW_COPY_AND_ASSIGN(ViewManagerApp);
};

Powered by Google App Engine
This is Rietveld 408576698