| 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..529f37bcb38f67c7eb3820cd7600e7369bf5d7fa 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 RegisterExtensionFunctions(
|
| + ExtensionFunctionRegistry* registry) const OVERRIDE;
|
|
|
| private:
|
| // The single BrowserContext for app_shell. Not owned.
|
|
|