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

Unified Diff: mojo/shell/context.h

Issue 242763003: Implement a trivial Mojo EchoService that can be connected to over DBus (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dropped logging in dbus_echo_service to VLOG 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
Index: mojo/shell/context.h
diff --git a/mojo/shell/context.h b/mojo/shell/context.h
index 57ed5d508ab8b8cd44028414e4eff9658fd16a26..2f362e047a7d4ec725568caf15c0aa6cbd989a83 100644
--- a/mojo/shell/context.h
+++ b/mojo/shell/context.h
@@ -21,6 +21,7 @@ class Spy;
namespace shell {
+class DBusServiceLoader;
class DynamicServiceLoader;
// The "global" context for the shell's main process.
@@ -46,6 +47,7 @@ class Context {
Storage storage_;
Loader loader_;
ServiceManager service_manager_;
+ scoped_ptr<DBusServiceLoader> dbus_service_loader_;
viettrungluu 2014/04/18 19:40:15 FYI: I believe Dave is working on making the Servi
scoped_ptr<DynamicServiceLoader> dynamic_service_loader_;
scoped_ptr<Spy> spy_;
scoped_ptr<NativeViewportServiceLoader> native_viewport_service_loader_;
« mojo/services/dbus_echo/echo.mojom ('K') | « mojo/shell/DEPS ('k') | mojo/shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698