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

Unified Diff: shell/context.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: shell/context.h
diff --git a/shell/context.h b/shell/context.h
index b7f129a21be2fc4d2f54f61b15881d407d58c4d2..d01964001b686a473ec2b440634ee1942d95cf1f 100644
--- a/shell/context.h
+++ b/shell/context.h
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "mojo/application_manager/application_manager.h"
+#include "mojo/common/trace_controller_impl.h"
#include "shell/mojo_url_resolver.h"
#include "shell/task_runners.h"
@@ -52,6 +53,7 @@ class Context : ApplicationManager::Delegate {
ApplicationManager application_manager_;
MojoURLResolver mojo_url_resolver_;
scoped_ptr<Spy> spy_;
+ TraceControllerImpl trace_controller_;
DISALLOW_COPY_AND_ASSIGN(Context);
};

Powered by Google App Engine
This is Rietveld 408576698