summaryrefslogtreecommitdiffstats
path: root/sandbox
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-17 06:28:08 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-17 06:28:08 +0000
commitc582e3c3b199e92be95d37b7b4d99619f94c034c (patch)
treeb72eca27c6ef5d65246b87cf2bd5ba933866f1d1 /sandbox
parent001093ee6111ab841b56b620a20c9d5ce9e1a524 (diff)
downloadchromium_src-c582e3c3b199e92be95d37b7b4d99619f94c034c.zip
chromium_src-c582e3c3b199e92be95d37b7b4d99619f94c034c.tar.gz
chromium_src-c582e3c3b199e92be95d37b7b4d99619f94c034c.tar.bz2
Add render view id to AudioRendererHost
AudioRendererHost were assigning ids in the browser process, that means CreateStream has to be done in a synchronous IPC call. To avoid that we allow renderer processes to provide the stream id when they do CreateStrea. Then to identify a IPCAudioSource inside AudioRendererHost we need a tuple of (render_view_id, stream_id). By doing this we can create stream asynchronously just like BeginRequest in ResourceDispatcherHost. Review URL: http://codereview.chromium.org/21319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
0 files changed, 0 insertions, 0 deletions