| Index: apps/shell/shell_extensions_browser_client.h
|
| diff --git a/apps/shell/shell_extensions_browser_client.h b/apps/shell/shell_extensions_browser_client.h
|
| index 13998a1cad04ac9666c26bbe85ba7672af9de280..eb6327c347919c2052e3a22162245015be3d6a8a 100644
|
| --- a/apps/shell/shell_extensions_browser_client.h
|
| +++ b/apps/shell/shell_extensions_browser_client.h
|
| @@ -45,6 +45,10 @@ class ShellExtensionsBrowserClient
|
| virtual bool IsRunningInForcedAppMode() OVERRIDE;
|
| virtual content::JavaScriptDialogManager* GetJavaScriptDialogManager()
|
| OVERRIDE;
|
| + virtual std::vector<BrowserContextKeyedServiceFactory*>
|
| + GetExtensionSystemDependencies() OVERRIDE;
|
| + virtual extensions::ExtensionSystem* CreateExtensionSystem(
|
| + content::BrowserContext* context) OVERRIDE;
|
|
|
| private:
|
| // The single BrowserContext for app_shell. Not owned.
|
|
|