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

Unified Diff: services/view_manager/view_manager_app.cc

Issue 791493006: De-client tracing.TraceController interface (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: services/view_manager/view_manager_app.cc
diff --git a/services/view_manager/view_manager_app.cc b/services/view_manager/view_manager_app.cc
index e3a69893b80f2e7c124e67c21b5651e2eed91722..e107a32da4f8830a18ad78d6df75e50695da0886 100644
--- a/services/view_manager/view_manager_app.cc
+++ b/services/view_manager/view_manager_app.cc
@@ -4,6 +4,7 @@
#include "services/view_manager/view_manager_app.h"
+#include "mojo/application/application_runner_chromium.h"
#include "mojo/common/tracing_impl.h"
#include "mojo/public/c/system/main.h"
#include "mojo/public/cpp/application/application_connection.h"
@@ -25,7 +26,7 @@ ViewManagerApp::ViewManagerApp() : wm_app_connection_(nullptr) {}
ViewManagerApp::~ViewManagerApp() {}
void ViewManagerApp::Initialize(ApplicationImpl* app) {
- mojo::TracingImpl::Create(app);
+ tracing_.Initialize(app);
}
bool ViewManagerApp::ConfigureIncomingConnection(

Powered by Google App Engine
This is Rietveld 408576698