| Index: content/shell/shell_browser_context.h
|
| diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h
|
| index 76a1a86638f9af300fb8d67e0b54ef88262d2e5c..a89b99c8fcdb3fb7a119eddaf7776cf0f9c61a55 100644
|
| --- a/content/shell/shell_browser_context.h
|
| +++ b/content/shell/shell_browser_context.h
|
| @@ -30,7 +30,9 @@ class ShellBrowserContext : public BrowserContext {
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| - virtual net::URLRequestContextGetter* GetRequestContextForMedia() OVERRIDE;
|
| + virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE;
|
| + virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
| + int renderer_child_id) OVERRIDE;
|
| virtual ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
|
|