summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorlhchavez <lhchavez@chromium.org>2015-11-04 19:47:56 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-05 03:48:50 +0000
commit67d14d4249ec9be027df91655d301872e75d493a (patch)
tree61980261478c10e55f67280d6a338d74a33b403b /ipc/ipc_message_start.h
parent56961cd296980da6de2b537d65a104da24af2b60 (diff)
downloadchromium_src-67d14d4249ec9be027df91655d301872e75d493a.zip
chromium_src-67d14d4249ec9be027df91655d301872e75d493a.tar.gz
chromium_src-67d14d4249ec9be027df91655d301872e75d493a.tar.bz2
arc-bridge: Add IPC message definitions
This code will be shared between Chrome and ARC, and will allow them to communicate with each other. BUG=b:24339743 Review URL: https://codereview.chromium.org/1424503002 Cr-Commit-Position: refs/heads/master@{#357996}
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 9edcfa5..8acdd7c 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -129,6 +129,8 @@ enum IPCMessageStart {
PageLoadMetricsMsgStart,
MemoryMsgStart,
IPCTestMsgStart,
+ ArcInstanceMsgStart,
+ ArcInstanceHostMsgStart,
LastIPCMsgStart // Must come last.
};