Chromium Code Reviews| Index: chrome/common/extensions/api/_api_features.json |
| diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json |
| index d31b13783f13ad8fc9df54c0545769030acbfd72..10c88fa8f18aa68c0a7e31143ab598a42e8d0afb 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -544,6 +544,11 @@ |
| "channel": "stable", |
| "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| }, |
| + "management.getSelf": { |
| + "dependencies": [], |
| + "channel": "stable", |
|
Daniel Nishi
2014/08/28 20:55:40
I wasn't entirely sure if this was the appropriate
scheib
2014/08/28 21:32:35
https://developer.chrome.com/extensions/management
Daniel Nishi
2014/08/28 22:04:17
Done.
|
| + "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| + }, |
| "management.uninstallSelf": { |
| "dependencies": [], |
| "channel": "stable", |