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

Unified Diff: remoting/host/switches.cc

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/switches.h ('k') | remoting/host/win/launch_native_messaging_host_process.h » ('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 b47552d7a337b25fae70a074c746d584a9739774..0f81a412b2a90440f42b8554a5eac85b113664a9 100644
--- a/remoting/host/switches.cc
+++ b/remoting/host/switches.cc
@@ -19,4 +19,9 @@ const char kProcessTypeDesktop[] = "desktop";
const char kProcessTypeHost[] = "host";
const char kProcessTypeRdpDesktopSession[] = "rdp_desktop_session";
+const char kParentWindowSwitchName[] = "parent-window";
+
+const char kInputSwitchName[] = "input";
+const char kOutputSwitchName[] = "output";
+
} // namespace remoting
« no previous file with comments | « remoting/host/switches.h ('k') | remoting/host/win/launch_native_messaging_host_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698