diff options
Diffstat (limited to 'apps/shell/browser/shell_extensions_browser_client.h')
-rw-r--r-- | apps/shell/browser/shell_extensions_browser_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/shell/browser/shell_extensions_browser_client.h b/apps/shell/browser/shell_extensions_browser_client.h index 67e937d..2013c6d 100644 --- a/apps/shell/browser/shell_extensions_browser_client.h +++ b/apps/shell/browser/shell_extensions_browser_client.h @@ -75,6 +75,8 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient { ExtensionFunctionRegistry* registry) const OVERRIDE; virtual scoped_ptr<RuntimeAPIDelegate> CreateRuntimeAPIDelegate( content::BrowserContext* context) const OVERRIDE; + virtual ComponentExtensionResourceManager* + GetComponentExtensionResourceManager() OVERRIDE; private: // The single BrowserContext for app_shell. Not owned. |