| 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 b2dc98e08cc5c0827998f1c03976b12e9d4d0a20..6d20dc470206d92400d5496e46d3af7e52c2212d 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"]
|
|
|