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

Unified Diff: remoting/host/switches.cc

Issue 2424353002: Use ChannelMojo between the remoting daemon and network processes. (Closed)
Patch Set: Created 4 years, 2 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: remoting/host/switches.cc
diff --git a/remoting/host/switches.cc b/remoting/host/switches.cc
index 0f81a412b2a90440f42b8554a5eac85b113664a9..7e877af3b0438b77a3e05d066bc3875ff4f3ec0f 100644
--- a/remoting/host/switches.cc
+++ b/remoting/host/switches.cc
@@ -24,4 +24,6 @@ const char kParentWindowSwitchName[] = "parent-window";
const char kInputSwitchName[] = "input";
const char kOutputSwitchName[] = "output";
+const char kMojoPipeToken[] = "mojo-pipe-token";
Sergey Ulanov 2016/10/20 17:21:30 Is this token used to limit access to the pipe? If
Sam McNally 2016/10/20 22:40:22 Establishing a usable mojo connection between two
+
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698