| 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 44eb540b2ac2aad2227c0142c647e1099a8d0bda..c21083ab5b35cf76d9cd20d51e0e910e3b757713 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"]
|
|
|