| 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 7d358999cf47c0f3d6e43223d56e80faa8aeea6a..d48ca9e44adbacf316a37d94d76e76ed47fc28d7 100644
|
| --- a/apps/shell/browser/shell_extensions_browser_client.h
|
| +++ b/apps/shell/browser/shell_extensions_browser_client.h
|
| @@ -56,10 +56,7 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient {
|
| OVERRIDE;
|
| virtual ApiActivityMonitor* GetApiActivityMonitor(
|
| content::BrowserContext* context) OVERRIDE;
|
| - virtual std::vector<BrowserContextKeyedServiceFactory*>
|
| - GetExtensionSystemDependencies() OVERRIDE;
|
| - virtual ExtensionSystem* CreateExtensionSystem(
|
| - content::BrowserContext* context) OVERRIDE;
|
| + virtual ExtensionSystemProvider* GetExtensionSystemFactory() OVERRIDE;
|
|
|
| private:
|
| // The single BrowserContext for app_shell. Not owned.
|
|
|