blob: 85f31c909ed56bb7132e74a312d858a183b1bb67 [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 Luu988b4be2015-05-15 13:00:15 -070013} // namespace switches