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 /content/common/content_message_generator.h | |
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 'content/common/content_message_generator.h')
-rw-r--r-- | content/common/content_message_generator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/content_message_generator.h b/content/common/content_message_generator.h index 1df560f..618da95 100644 --- a/content/common/content_message_generator.h +++ b/content/common/content_message_generator.h @@ -23,6 +23,7 @@ #include "content/common/gpu/gpu_messages.h" #include "content/common/indexed_db_messages.h" #include "content/common/media/audio_messages.h" +#include "content/common/media/media_stream_messages.h" #include "content/common/media/video_capture_messages.h" #include "content/common/mime_registry_messages.h" #include "content/common/p2p_messages.h" |