| 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 ef6f34e1b2e4ab5a3c84edb04ce07f52c8850e6a..6b24e71a7b28daa06fc86e0a98075557348f6cd0 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -232,6 +232,10 @@
|
| "channel": "stable",
|
| "extension_types": ["extension", "packaged_app"]
|
| },
|
| + "pushMessaging": {
|
| + "channel": "dev",
|
| + "extension_types": ["platform_app"]
|
| + },
|
| // Note: runtime is not actually a permission, but some systems check these
|
| // values to verify restrictions.
|
| "runtime": {
|
|
|