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 | 988b4be | 2015-05-15 13:00:15 -0700 | [diff] [blame] | 13 | } // namespace switches |