| Index: chrome/common/extensions/api/_api_features.json
|
| diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
|
| index 272cf489835ed02fc89549893997c4b8386c1571..c89551db0017d318d7c9c766ddb501c2c78c82f0 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -757,6 +757,10 @@
|
| "dependencies": ["permission:tabCapture"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "tabCapturePrivate": {
|
| + "dependencies": ["permission:tabCapture"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "tabs": {
|
| "channel": "stable",
|
| "extension_types": ["extension", "legacy_packaged_app"],
|
|
|