summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorhubbe@chromium.org <hubbe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-15 19:45:17 +0000
committerhubbe@chromium.org <hubbe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-15 19:45:17 +0000
commit1ea4c493152c8b225d397ade32ef1023870293c3 (patch)
tree2a501aa3b654e498925b34f4e95dc75840491334 /ipc/ipc_message_start.h
parentf53f76329e5a7c2c435a28d28bbadff1078f7e72 (diff)
downloadchromium_src-1ea4c493152c8b225d397ade32ef1023870293c3.zip
chromium_src-1ea4c493152c8b225d397ade32ef1023870293c3.tar.gz
chromium_src-1ea4c493152c8b225d397ade32ef1023870293c3.tar.bz2
IPC glue between cast library transport and encoders.
This CL lets the cast library run the packetizing and encryption in the browser and the video and audio encoding in the renderer. The encoded data is sent over IPC to the browser. BUG=301920 Review URL: https://codereview.chromium.org/138753004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251592 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 2ebc24f..5b9c9d7 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -94,6 +94,7 @@ enum IPCMessageStart {
MessagePortMsgStart,
EmbeddedWorkerMsgStart,
EmbeddedWorkerContextMsgStart,
+ CastMsgStart,
LastIPCMsgStart // Must come last.
};