summaryrefslogtreecommitdiff
path: root/ipc/constants.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/constants.mojom')
-rw-r--r--ipc/constants.mojom8
1 files changed, 8 insertions, 0 deletions
diff --git a/ipc/constants.mojom b/ipc/constants.mojom
new file mode 100644
index 0000000000..502187f2e2
--- /dev/null
+++ b/ipc/constants.mojom
@@ -0,0 +1,8 @@
+// Copyright 2017 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.
+
+module IPC.mojom;
+
+// NOTE: This MUST match the value of MSG_ROUTING_NONE in src/ipc/ipc_message.h.
+const int32 kRoutingIdNone = -2;