blob: ef474124322f281ca32212642dd03dffd032f0cf [file] [log] [blame]
Viet-Trung Luu988b4be2015-05-15 13:00:15 -07001// 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
7namespace switches {
8
Viet-Trung Luub712a8d2015-05-20 12:27:16 -07009// The value of this switch is the string that should be given to
10// |ConnectToMaster()| for its |platform_connection_id| argument.
11const char kChildConnectionId[] = "child-connection-id";
Viet-Trung Luu988b4be2015-05-15 13:00:15 -070012
Viet-Trung Luu9f743d92015-11-09 13:13:53 -080013// The value of this switch is the string that was produced by
14// |PlatformChannelPair::PrepareToPassClientHandleToChildProcess()| and should
15// be given to |PlatformChannelPair::PassClientHandleFromParentProcess()|.
16const char kPlatformChannelHandleInfo[] = "platform-channel-handle-info";
17
Viet-Trung Luu988b4be2015-05-15 13:00:15 -070018} // namespace switches