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

Unified Diff: mojo/edk/embedder/platform_channel_pair.h

Issue 1685183004: Bootstrap Mojo IPC independent of Chrome IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « ipc/ipc_descriptors.h ('k') | mojo/edk/system/node_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/platform_channel_pair.h
diff --git a/mojo/edk/embedder/platform_channel_pair.h b/mojo/edk/embedder/platform_channel_pair.h
index 80acc17c6881ab0388d2c07bc82e17a5370f1ce8..87f6951e5149e0c69fe4f4c08dca66911cefbbc5 100644
--- a/mojo/edk/embedder/platform_channel_pair.h
+++ b/mojo/edk/embedder/platform_channel_pair.h
@@ -52,8 +52,10 @@ using HandlePassingInformation = base::FileHandleMappingVector;
// platform differences in suppressing |SIGPIPE|.
class MOJO_SYSTEM_IMPL_EXPORT PlatformChannelPair {
public:
+ static const char kMojoPlatformChannelHandleSwitch[];
+
// If |client_is_blocking| is true, then the client handle only supports
- // blocking reads and writes. The default is nonblocking.
+ // blocking reads and writes. The default is nonblocking.
PlatformChannelPair(bool client_is_blocking = false);
~PlatformChannelPair();
@@ -90,8 +92,6 @@ class MOJO_SYSTEM_IMPL_EXPORT PlatformChannelPair {
void ChildProcessLaunched();
private:
- static const char kMojoPlatformChannelHandleSwitch[];
-
ScopedPlatformHandle server_handle_;
ScopedPlatformHandle client_handle_;
« no previous file with comments | « ipc/ipc_descriptors.h ('k') | mojo/edk/system/node_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698