Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(734)

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 10836305: Ensure that isolated apps use the right cookies for media requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflict. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 69ba4f5f49207ca8aa6f6d463de133cc544911f9..b7d83ec38018d1e3e80247c27d919ebbc61e09cc 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -188,7 +188,9 @@ 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->GetMediaRequestContextForRenderProcess(
+ render_child_id)) {
}
virtual net::URLRequestContext* GetRequestContext(
« no previous file with comments | « content/browser/download/download_manager_impl_unittest.cc ('k') | content/browser/resource_context_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698