| 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..38ced8e7a98a5e26fa7a769b37dd9f3558e78fda 100644
|
| --- a/content/shell/shell_browser_context.h
|
| +++ b/content/shell/shell_browser_context.h
|
| @@ -30,7 +30,8 @@ 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* GetRequestContextForMedia(
|
| + int renderer_child_id) OVERRIDE;
|
| virtual ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
|
|