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

Unified Diff: remoting/host/switches.h

Issue 2152953002: Refactoring Native Messaging Host process launching code into its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing CR feedback. Created 4 years, 5 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/setup/me2me_native_messaging_host_main.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 34ae8a45e9bf0bd7010ebacf0f22d168a82a5d9c..efb860463bd712e69c15ffacf9ac4c1fdb5663d1 100644
--- a/remoting/host/switches.h
+++ b/remoting/host/switches.h
@@ -32,6 +32,15 @@ extern const char kProcessTypeDesktop[];
extern const char kProcessTypeHost[];
extern const char kProcessTypeRdpDesktopSession[];
+// Used to pass the HWND for the parent process to a child process.
+extern const char kParentWindowSwitchName[];
+
+// Name of the pipe used to communicate from the parent to the child process.
+extern const char kInputSwitchName[];
+
+// Name of the pipe used to communicate from the child to the parent process.
+extern const char kOutputSwitchName[];
+
} // namespace remoting
#endif // REMOTING_HOST_SWITCHES_H_
« no previous file with comments | « remoting/host/setup/me2me_native_messaging_host_main.cc ('k') | remoting/host/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698