| Index: chrome/browser/extensions/extension_management_api.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_management_api.h (revision 60374)
|
| +++ chrome/browser/extensions/extension_management_api.h (working copy)
|
| @@ -24,12 +24,6 @@
|
| DECLARE_EXTENSION_FUNCTION_NAME("experimental.management.getAll");
|
| };
|
|
|
| -class LaunchAppFunction : public ExtensionManagementFunction {
|
| - ~LaunchAppFunction() {}
|
| - virtual bool RunImpl();
|
| - DECLARE_EXTENSION_FUNCTION_NAME("experimental.management.launchApp");
|
| -};
|
| -
|
| class SetEnabledFunction : public ExtensionManagementFunction {
|
| ~SetEnabledFunction() {}
|
| virtual bool RunImpl();
|
|
|