| Index: chrome/common/extensions/api/_permission_features.json
|
| diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
|
| index ad3b649f20204ad89f542b1a389ffa916daebe91..98952474f0336a4c4242ff52764bf0069643c452 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -21,6 +21,11 @@
|
| "channel": "stable",
|
| "extension_types": ["platform_app"]
|
| },
|
| + "developerPrivate": {
|
| + "channel": "dev",
|
| + "extension_types": ["packaged_app"],
|
| + "location": "component"
|
| + },
|
| "appNotifications": {
|
| "channel": "stable",
|
| "extension_types": ["packaged_app", "hosted_app"]
|
|
|