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

Unified Diff: mojo/system/dispatcher.cc

Issue 183873006: Mojo: Enable RemoteMessagePipeTest on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: components fix Created 6 years, 10 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/system/dispatcher.h ('k') | mojo/system/remote_message_pipe_posix_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/dispatcher.cc
diff --git a/mojo/system/dispatcher.cc b/mojo/system/dispatcher.cc
index c22a73bab6404bd1fe670cf3b38bba308763ff9f..0e39d2c7c7fd8de6646eb497097edb8ccdd3990c 100644
--- a/mojo/system/dispatcher.cc
+++ b/mojo/system/dispatcher.cc
@@ -11,6 +11,16 @@
namespace mojo {
namespace system {
+namespace test {
+
+// TODO(vtl): Maybe this should be defined in a test-only file instead.
+DispatcherTransport DispatcherTryStartTransport(
+ Dispatcher* dispatcher) {
+ return Dispatcher::CoreImplAccess::TryStartTransport(dispatcher);
+}
+
+} // namespace test
+
// Dispatcher ------------------------------------------------------------------
// static
« no previous file with comments | « mojo/system/dispatcher.h ('k') | mojo/system/remote_message_pipe_posix_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698