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

Unified Diff: remoting/host/switches.h

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/remoting_me2me_host.cc ('k') | remoting/host/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/switches.h
diff --git a/remoting/host/switches.h b/remoting/host/switches.h
index efb860463bd712e69c15ffacf9ac4c1fdb5663d1..f26f28552634c53b3435e1a6707acdb538d63c8f 100644
--- a/remoting/host/switches.h
+++ b/remoting/host/switches.h
@@ -41,6 +41,10 @@ extern const char kInputSwitchName[];
// Name of the pipe used to communicate from the child to the parent process.
extern const char kOutputSwitchName[];
+// Token used to create a message pipe between a pair of child and parent
+// processes.
+extern const char kMojoPipeToken[];
+
} // namespace remoting
#endif // REMOTING_HOST_SWITCHES_H_
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | remoting/host/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698