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

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

Issue 2282413004: Support creating mojo peer connections from named pipes. (Closed)
Patch Set: Created 4 years, 4 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/edk/embedder/BUILD.gn ('k') | mojo/edk/embedder/named_platform_channel_pair_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/named_platform_channel_pair.h
diff --git a/mojo/edk/embedder/named_platform_channel_pair.h b/mojo/edk/embedder/named_platform_channel_pair.h
index 0dcbde52616872ac64b131d4b3da18807fd9f2a4..e650cebff8654ce80fc028bebd0fc8f755888dea 100644
--- a/mojo/edk/embedder/named_platform_channel_pair.h
+++ b/mojo/edk/embedder/named_platform_channel_pair.h
@@ -10,6 +10,7 @@
#include "base/macros.h"
#include "base/strings/string16.h"
#include "build/build_config.h"
+#include "mojo/edk/embedder/named_platform_handle.h"
#include "mojo/edk/embedder/scoped_platform_handle.h"
#include "mojo/edk/system/system_impl_export.h"
@@ -49,12 +50,9 @@ class MOJO_SYSTEM_IMPL_EXPORT NamedPlatformChannelPair {
base::CommandLine* command_line) const;
private:
+ NamedPlatformHandle pipe_handle_;
ScopedPlatformHandle server_handle_;
-#if defined(OS_WIN)
- base::string16 pipe_name_;
-#endif
-
DISALLOW_COPY_AND_ASSIGN(NamedPlatformChannelPair);
};
« no previous file with comments | « mojo/edk/embedder/BUILD.gn ('k') | mojo/edk/embedder/named_platform_channel_pair_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698