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

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: Automatically exclude DBusServiceLoader on non-Linux 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 c9acdc4fb15030a1e461c3e89171f86e930daf5f..7c24acb4f68774434c027f465893845acd39cd56 100644
--- a/mojo/shell/context.h
+++ b/mojo/shell/context.h
@@ -20,7 +20,6 @@ namespace mojo {
class Spy;
namespace shell {
-
viettrungluu 2014/04/23 20:07:24 nit: It probably wasn't necessary to delete this b
Chris Masone 2014/04/23 22:31:00 I blame a shoddy merge!
class DynamicServiceLoader;
// The "global" context for the shell's main process.

Powered by Google App Engine
This is Rietveld 408576698