| 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 0862dd5fb2d11a890752221491498ec384d980d4..67e937d7081673484accda40628043fb63fa5564 100644
|
| --- a/apps/shell/browser/shell_extensions_browser_client.h
|
| +++ b/apps/shell/browser/shell_extensions_browser_client.h
|
| @@ -73,6 +73,8 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient {
|
| virtual ExtensionSystemProvider* GetExtensionSystemFactory() OVERRIDE;
|
| virtual void RegisterExtensionFunctions(
|
| ExtensionFunctionRegistry* registry) const OVERRIDE;
|
| + virtual scoped_ptr<RuntimeAPIDelegate> CreateRuntimeAPIDelegate(
|
| + content::BrowserContext* context) const OVERRIDE;
|
|
|
| private:
|
| // The single BrowserContext for app_shell. Not owned.
|
|
|