| 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 9ed71db0b74d93fe7b7d75daf02c37053f4bf3d3..f352205db997e8ab3d51659fc3b687f0a97d80e0 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -96,20 +96,10 @@
|
| "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
|
| "location": "component"
|
| },
|
| - "browser": [
|
| - {
|
| - "channel": "dev",
|
| - "extension_types": ["platform_app"]
|
| - },
|
| - {
|
| - "channel": "stable",
|
| - "extension_types": ["platform_app"],
|
| - "whitelist": [
|
| - // hotword_audio_verification
|
| - "B6356EFF4047BC5F868C7D91868B6F5C01951A8A"
|
| - ]
|
| - }
|
| - ],
|
| + "browser": {
|
| + "channel": "stable",
|
| + "extension_types": ["platform_app"]
|
| + },
|
| "browsingData": {
|
| "channel": "stable",
|
| "extension_types": ["extension", "legacy_packaged_app"]
|
|
|