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

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

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/ipc_desktop_environment_unittest.cc ('k') | remoting/host/switches.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 #ifndef REMOTING_HOST_SWITCHES_H_ 5 #ifndef REMOTING_HOST_SWITCHES_H_
6 #define REMOTING_HOST_SWITCHES_H_ 6 #define REMOTING_HOST_SWITCHES_H_
7 7
8 namespace remoting { 8 namespace remoting {
9 9
10 // The command line switch specifying the daemon IPC endpoint.
11 extern const char kDaemonPipeSwitchName[];
12
13 extern const char kElevateSwitchName[]; 10 extern const char kElevateSwitchName[];
14 11
15 // "--help" prints the usage message. 12 // "--help" prints the usage message.
16 extern const char kHelpSwitchName[]; 13 extern const char kHelpSwitchName[];
17 14
18 // Used to specify the type of the process. kProcessType* constants specify 15 // Used to specify the type of the process. kProcessType* constants specify
19 // possible values. 16 // possible values.
20 extern const char kProcessTypeSwitchName[]; 17 extern const char kProcessTypeSwitchName[];
21 18
22 // "--?" prints the usage message. 19 // "--?" prints the usage message.
(...skipping 18 matching lines...) Expand all
41 // Name of the pipe used to communicate from the child to the parent process. 38 // Name of the pipe used to communicate from the child to the parent process.
42 extern const char kOutputSwitchName[]; 39 extern const char kOutputSwitchName[];
43 40
44 // Token used to create a message pipe between a pair of child and parent 41 // Token used to create a message pipe between a pair of child and parent
45 // processes. 42 // processes.
46 extern const char kMojoPipeToken[]; 43 extern const char kMojoPipeToken[];
47 44
48 } // namespace remoting 45 } // namespace remoting
49 46
50 #endif // REMOTING_HOST_SWITCHES_H_ 47 #endif // REMOTING_HOST_SWITCHES_H_
OLDNEW
« no previous file with comments | « remoting/host/ipc_desktop_environment_unittest.cc ('k') | remoting/host/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698