| Index: chrome/common/extensions/api/_manifest_features.json
|
| diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
|
| index 3393d34af6a26596e3fd5ec92ec11179a3f50a28..98a124d4396e45b781aa83ee635fe703c7af5e72 100644
|
| --- a/chrome/common/extensions/api/_manifest_features.json
|
| +++ b/chrome/common/extensions/api/_manifest_features.json
|
| @@ -80,6 +80,11 @@
|
| "extension_types": ["extension"],
|
| "min_manifest_version": 2
|
| },
|
| + "commands.global": {
|
| + "channel": "dev",
|
| + "extension_types": ["extension"],
|
| + "min_manifest_version": 2
|
| + },
|
| "content_pack": {
|
| "channel": "dev",
|
| "extension_types": ["extension"]
|
|
|