| Index: chrome/browser/extensions/extension_management_api.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_management_api.h (revision 60040)
|
| +++ chrome/browser/extensions/extension_management_api.h (working copy)
|
| @@ -24,6 +24,12 @@
|
| 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();
|
|
|