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

Unified Diff: remoting/host/switches.cc

Issue 2424353002: Use ChannelMojo between the remoting daemon and network processes. (Closed)
Patch Set: sans test changes 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
« no previous file with comments | « remoting/host/switches.h ('k') | remoting/host/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
+
} // namespace remoting
« no previous file with comments | « remoting/host/switches.h ('k') | remoting/host/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698