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..13aeecdadad5ef9e422074eddf34c8d1c6e389d0 100644 |
--- a/content/shell/shell_browser_context.h |
+++ b/content/shell/shell_browser_context.h |
@@ -30,7 +30,10 @@ 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* |
+ GetDefaultRequestContextForMedia() OVERRIDE; |
+ virtual net::URLRequestContextGetter* GetRequestContextForMedia( |
+ int renderer_child_id) OVERRIDE; |
virtual ResourceContext* GetResourceContext() OVERRIDE; |
virtual GeolocationPermissionContext* |
GetGeolocationPermissionContext() OVERRIDE; |