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

Side by Side Diff: remoting/host/switches.cc

Issue 2446053002: Use ChannelMojo between the remoting daemon and desktop processes. (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « remoting/host/switches.h ('k') | remoting/host/win/wts_session_process_delegate.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "remoting/host/switches.h" 5 #include "remoting/host/switches.h"
6 6
7 namespace remoting { 7 namespace remoting {
8 8
9 const char kDaemonPipeSwitchName[] = "daemon-pipe";
10 const char kElevateSwitchName[] = "elevate"; 9 const char kElevateSwitchName[] = "elevate";
11 const char kHelpSwitchName[] = "help"; 10 const char kHelpSwitchName[] = "help";
12 const char kProcessTypeSwitchName[] = "type"; 11 const char kProcessTypeSwitchName[] = "type";
13 const char kQuestionSwitchName[] = "?"; 12 const char kQuestionSwitchName[] = "?";
14 const char kVersionSwitchName[] = "version"; 13 const char kVersionSwitchName[] = "version";
15 14
16 const char kProcessTypeController[] = "controller"; 15 const char kProcessTypeController[] = "controller";
17 const char kProcessTypeDaemon[] = "daemon"; 16 const char kProcessTypeDaemon[] = "daemon";
18 const char kProcessTypeDesktop[] = "desktop"; 17 const char kProcessTypeDesktop[] = "desktop";
19 const char kProcessTypeHost[] = "host"; 18 const char kProcessTypeHost[] = "host";
20 const char kProcessTypeRdpDesktopSession[] = "rdp_desktop_session"; 19 const char kProcessTypeRdpDesktopSession[] = "rdp_desktop_session";
21 20
22 const char kParentWindowSwitchName[] = "parent-window"; 21 const char kParentWindowSwitchName[] = "parent-window";
23 22
24 const char kInputSwitchName[] = "input"; 23 const char kInputSwitchName[] = "input";
25 const char kOutputSwitchName[] = "output"; 24 const char kOutputSwitchName[] = "output";
26 25
27 const char kMojoPipeToken[] = "mojo-pipe-token"; 26 const char kMojoPipeToken[] = "mojo-pipe-token";
28 27
29 } // namespace remoting 28 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/host/switches.h ('k') | remoting/host/win/wts_session_process_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698