summaryrefslogtreecommitdiff
path: root/ipc/ipc_switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_switches.h')
-rw-r--r--ipc/ipc_switches.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/ipc/ipc_switches.h b/ipc/ipc_switches.h
new file mode 100644
index 000000000000..7c7a833028df
--- /dev/null
+++ b/ipc/ipc_switches.h
@@ -0,0 +1,20 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Defines all the command-line switches used by the IPC infrastructure.
+
+#ifndef IPC_IPC_SWITCHES_H_
+#define IPC_IPC_SWITCHES_H_
+#pragma once
+
+#include "ipc/ipc_export.h"
+
+namespace switches {
+
+IPC_EXPORT extern const char kProcessChannelID[];
+IPC_EXPORT extern const char kDebugChildren[];
+
+} // namespace switches
+
+#endif // IPC_IPC_SWITCHES_H_