| 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 5f7fd39f03866f23c7e48b68faed9eef63b3e1e1..afe036e167bcb4f5cdf0c0a923e5bad53b2c7fbf 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -674,6 +674,18 @@
|
| "extension_types": ["extension", "legacy_packaged_app"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "tabs.setZoom": {
|
| + "channel": "dev"
|
| + },
|
| + "tabs.getZoom": {
|
| + "channel": "dev"
|
| + },
|
| + "tabs.setZoomSettings": {
|
| + "channel": "dev"
|
| + },
|
| + "tabs.getZoomSettings": {
|
| + "channel": "dev"
|
| + },
|
| "terminalPrivate": {
|
| "dependencies": ["permission:terminalPrivate"],
|
| "contexts": ["blessed_extension"]
|
|
|