| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 77a9d61724e5a1f552dca9a36120bb9c3322ec5a..22a6f52443056e045d292ae116b99ded0ffa9d70 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -187,7 +187,8 @@ class RendererURLRequestContextSelector
|
| int render_child_id)
|
| : request_context_(browser_context->GetRequestContextForRenderProcess(
|
| render_child_id)),
|
| - media_request_context_(browser_context->GetRequestContextForMedia()) {
|
| + media_request_context_(browser_context->GetRequestContextForMedia(
|
| + render_child_id)) {
|
| }
|
|
|
| virtual net::URLRequestContext* GetRequestContext(
|
|
|