| Index: content/shell/shell_browser_context.cc
|
| diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc
|
| index dbde11a7affc2f355dc4c89281a7d5dc224f11ad..471da36c7eac58b2ca0c566ee44c0ab73290104c 100644
|
| --- a/content/shell/shell_browser_context.cc
|
| +++ b/content/shell/shell_browser_context.cc
|
| @@ -101,7 +101,13 @@ net::URLRequestContextGetter*
|
| }
|
|
|
| net::URLRequestContextGetter*
|
| - ShellBrowserContext::GetRequestContextForMedia() {
|
| + ShellBrowserContext::GetDefaultRequestContextForMedia() {
|
| + return GetRequestContext();
|
| +}
|
| +
|
| +net::URLRequestContextGetter*
|
| + ShellBrowserContext::GetRequestContextForMedia(
|
| + int renderer_child_id) {
|
| return GetRequestContext();
|
| }
|
|
|
|
|