diff options
author | perkj@google.com <perkj@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-28 12:10:20 +0000 |
---|---|---|
committer | perkj@google.com <perkj@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-28 12:10:20 +0000 |
commit | 47126547f951dc36455dce1551e6f893fc30045a (patch) | |
tree | c03116e98e827f357e48a76e6202f011f3a30c5d /ipc | |
parent | 4bdba60a7f44c1659173d97f425c5d2e616daeb3 (diff) | |
download | chromium_src-47126547f951dc36455dce1551e6f893fc30045a.zip chromium_src-47126547f951dc36455dce1551e6f893fc30045a.tar.gz chromium_src-47126547f951dc36455dce1551e6f893fc30045a.tar.bz2 |
MediaStreamDispatcher
This is the second Chromium patch needed to support media streams
http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#video-conferencing-and-peer-to-peer-communication. The first patch is here http://codereview.chromium.org/7192007/.
The patch contain types needed in both the render and browser process and MediaStreamDispatcher that is used for sending request from the render process to the browser process for granting a webpage access to audio input and video capture devices.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7184010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_message_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index 75dd5d1..3f16ea4 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -92,6 +92,7 @@ enum IPCMessageStart { IconMsgStart, TextInputClientMsgStart, ChromeUtilityMsgStart, + MediaStreamMsgStart, LastIPCMsgStart // Must come last. }; |