summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authoryael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-18 00:17:35 +0000
committeryael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-18 00:17:35 +0000
commit01e5975a5eb35ce8b14d9ba3af3258e6b06806b5 (patch)
tree488ed297836d5e5b1021994819085306ea111c7d /ipc/ipc_message_start.h
parent2f789097917e75cea40811403271ebbe455b75aa (diff)
downloadchromium_src-01e5975a5eb35ce8b14d9ba3af3258e6b06806b5.zip
chromium_src-01e5975a5eb35ce8b14d9ba3af3258e6b06806b5.tar.gz
chromium_src-01e5975a5eb35ce8b14d9ba3af3258e6b06806b5.tar.bz2
Separate NaCl messages from the rest of chrome messages and create a new message filter. This is part of an effort to componentize NaCl code.
BUG=244791 Review URL: https://chromiumcodereview.appspot.com/15906013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index 3992307..8226bc1 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -83,6 +83,7 @@ enum IPCMessageStart {
TtsMsgStart,
MemoryBenchmarkMsgStart,
WebSocketMsgStart,
+ NaClHostMsgStart,
LastIPCMsgStart // Must come last.
};