| 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 13c5f426ebed45675b2700745fb9e8cfc2cbb185..7e748e8208c4168b06c8040558ad480d0c258a07 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -319,10 +319,18 @@
|
| "channel": "stable",
|
| "extension_types": ["extension", "packaged_app"]
|
| },
|
| - "tabCapture": {
|
| + // TODO(justinlin): Remove this and submit separately.
|
| + "tabCapture": [{
|
| "channel": "dev",
|
| "extension_types": ["extension", "packaged_app"]
|
| - },
|
| + }, {
|
| + "channel": "stable",
|
| + "extension_types": ["extension", "packaged_app"],
|
| + "whitelist": [
|
| + "pnhechapfaindjhompbnflcldabbghjo",
|
| + "okddffdblfhhnmhodogpojmfkjmhinfp"
|
| + ]
|
| + }],
|
| "terminalPrivate": {
|
| "channel": "stable",
|
| "extension_types": ["extension", "packaged_app", "platform_app"],
|
|
|