| Index: content/shell/shell_browser_context.h
|
| diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h
|
| index a89b99c8fcdb3fb7a119eddaf7776cf0f9c61a55..b04ef19200dac8c99e761a9748d3989bb8f4faae 100644
|
| --- a/content/shell/shell_browser_context.h
|
| +++ b/content/shell/shell_browser_context.h
|
| @@ -33,7 +33,7 @@ class ShellBrowserContext : public BrowserContext {
|
| virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| - virtual ResourceContext* GetResourceContext() OVERRIDE;
|
| + virtual ResourceContext* GetResourceContext(SiteInstance* instance) OVERRIDE;
|
| virtual GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
| virtual SpeechRecognitionPreferences*
|
|
|