| Index: apps/shell/browser/shell_extensions_browser_client.h
|
| diff --git a/apps/shell/browser/shell_extensions_browser_client.h b/apps/shell/browser/shell_extensions_browser_client.h
|
| index d90039456516d4c25f77c76e4559ba4007ed59ca..7fd8c6fce381ef7bf7abd18ceceb083b7a1ffe68 100644
|
| --- a/apps/shell/browser/shell_extensions_browser_client.h
|
| +++ b/apps/shell/browser/shell_extensions_browser_client.h
|
| @@ -58,6 +58,8 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient {
|
| virtual ApiActivityMonitor* GetApiActivityMonitor(
|
| content::BrowserContext* context) OVERRIDE;
|
| virtual ExtensionSystemProvider* GetExtensionSystemFactory() OVERRIDE;
|
| + virtual void RegisterAdditionalExtensionFunctions(
|
| + ExtensionFunctionRegistry* registry) const OVERRIDE;
|
|
|
| private:
|
| // The single BrowserContext for app_shell. Not owned.
|
|
|