| 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 15aa5ca3f566590fac4c6372de25d3f5a9805cb5..4941cee08ee83f4b6e1c00c7cc83ca366d7ba861 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -339,6 +339,15 @@
|
| "channel": "dev",
|
| "extension_types": ["extension", "packaged_app"]
|
| },
|
| + "streamsPrivate": {
|
| + "channel": "stable",
|
| + "extension_types": ["extension", "packaged_app", "platform_app"],
|
| + "whitelist": [
|
| + "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
|
| + "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
|
| + "ionpfmkccalenbmnddpbmocokhaknphg" // QuickOffice Dev
|
| + ]
|
| + },
|
| "socket": {
|
| "channel": "stable",
|
| "extension_types": ["platform_app"]
|
|
|