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

Unified Diff: mojo/system/dispatcher.h

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/mojo.gyp ('k') | mojo/system/dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/dispatcher.h
diff --git a/mojo/system/dispatcher.h b/mojo/system/dispatcher.h
index b4cd526cf4eac3ac548a7b1f50e75cd68d8fe98b..309e2cd1249b9b12144466269a8d84d02c552616 100644
--- a/mojo/system/dispatcher.h
+++ b/mojo/system/dispatcher.h
@@ -30,10 +30,9 @@ class Waiter;
namespace test {
-// Test helper.
-// TODO(vtl): We need to declare it here so we can friend it. We define it
-// inline below, but maybe it should be in a test-only file instead.
-DispatcherTransport DispatcherTryStartTransport(Dispatcher* dispatcher);
+// Test helper. We need to declare it here so we can friend it.
+MOJO_SYSTEM_IMPL_EXPORT DispatcherTransport DispatcherTryStartTransport(
+ Dispatcher* dispatcher);
} // namespace test
@@ -327,14 +326,6 @@ class MOJO_SYSTEM_IMPL_EXPORT DispatcherTransport {
// Copy and assign allowed.
};
-namespace test {
-
-inline DispatcherTransport DispatcherTryStartTransport(Dispatcher* dispatcher) {
- return Dispatcher::CoreImplAccess::TryStartTransport(dispatcher);
-}
-
-} // namespace test
-
} // namespace system
} // namespace mojo
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/system/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698