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

Unified Diff: mojo/shell/context.h

Issue 225203002: Mojo Spy core first cut (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gcc fix Created 6 years, 8 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
« no previous file with comments | « mojo/service_manager/service_manager.cc ('k') | mojo/shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/context.h
diff --git a/mojo/shell/context.h b/mojo/shell/context.h
index 3034eb7a489163092cd255bc13fae40b97bdc8dd..28f1f69b765c2d6535383c070f0e9b2b1089b048 100644
--- a/mojo/shell/context.h
+++ b/mojo/shell/context.h
@@ -16,6 +16,9 @@
#endif // defined(OS_ANDROID)
namespace mojo {
+
+class Spy;
+
namespace shell {
class DynamicServiceLoader;
@@ -43,6 +46,7 @@ class Context {
Loader loader_;
ServiceManager service_manager_;
scoped_ptr<DynamicServiceLoader> dynamic_service_loader_;
+ scoped_ptr<Spy> spy_;
#if defined(OS_ANDROID)
base::android::ScopedJavaGlobalRef<jobject> activity_;
« no previous file with comments | « mojo/service_manager/service_manager.cc ('k') | mojo/shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698