blob: c63c2024270923e57bfabd9434c31597aa849005 [file] [log] [blame]
darin@chromium.org80e4c5e2011-08-16 05:41:46 +09001// Copyright (c) 2011 The Chromium Authors. All rights reserved.
agl@chromium.org1c6dcf22009-07-23 08:57:21 +09002// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Defines all the command-line switches used by the IPC infrastructure.
6
7#ifndef IPC_IPC_SWITCHES_H_
8#define IPC_IPC_SWITCHES_H_
9
darin@chromium.org80e4c5e2011-08-16 05:41:46 +090010#include "ipc/ipc_export.h"
agl@chromium.org1c6dcf22009-07-23 08:57:21 +090011
12namespace switches {
13
darin@chromium.org80e4c5e2011-08-16 05:41:46 +090014IPC_EXPORT extern const char kProcessChannelID[];
agl@chromium.org1c6dcf22009-07-23 08:57:21 +090015
16} // namespace switches
17
18#endif // IPC_IPC_SWITCHES_H_