Viet-Trung Luu | 988b4be | 2015-05-15 13:00:15 -0700 | [diff] [blame] | 1 | // Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #include "shell/child_switches.h" |
| 6 | |
| 7 | namespace switches { |
| 8 | |
Viet-Trung Luu | b712a8d | 2015-05-20 12:27:16 -0700 | [diff] [blame] | 9 | // The value of this switch is the string that should be given to |
| 10 | // |ConnectToMaster()| for its |platform_connection_id| argument. |
| 11 | const char kChildConnectionId[] = "child-connection-id"; |
Viet-Trung Luu | 988b4be | 2015-05-15 13:00:15 -0700 | [diff] [blame] | 12 | |
Viet-Trung Luu | 9f743d9 | 2015-11-09 13:13:53 -0800 | [diff] [blame] | 13 | // The value of this switch is the string that was produced by |
| 14 | // |PlatformChannelPair::PrepareToPassClientHandleToChildProcess()| and should |
| 15 | // be given to |PlatformChannelPair::PassClientHandleFromParentProcess()|. |
| 16 | const char kPlatformChannelHandleInfo[] = "platform-channel-handle-info"; |
| 17 | |
Viet-Trung Luu | 988b4be | 2015-05-15 13:00:15 -0700 | [diff] [blame] | 18 | } // namespace switches |