| Index: apps/shell/browser/shell_extension_system.h
|
| diff --git a/apps/shell/browser/shell_extension_system.h b/apps/shell/browser/shell_extension_system.h
|
| index a10e026e9f0194e7e98ba3f6211cf69491671cb1..85e33926d3123f9f260ec23484b724855eb696e1 100644
|
| --- a/apps/shell/browser/shell_extension_system.h
|
| +++ b/apps/shell/browser/shell_extension_system.h
|
| @@ -36,9 +36,6 @@ class ShellExtensionSystem : public ExtensionSystem {
|
| explicit ShellExtensionSystem(content::BrowserContext* browser_context);
|
| virtual ~ShellExtensionSystem();
|
|
|
| - // Returns the list of services on which |this| depends.
|
| - static std::vector<BrowserContextKeyedServiceFactory*> GetDependencies();
|
| -
|
| // Loads an unpacked application from a directory and attempts to launch it.
|
| // Returns true on success.
|
| bool LoadAndLaunchApp(const base::FilePath& app_dir);
|
|
|