| 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 098f58939cb8d75208c199f7200657b340821957..3edd033674631fac7ac99c0e4ff949553cfae045 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -727,6 +727,10 @@
|
| "dependencies": ["permission:webview"],
|
| "contexts": ["blessed_extension", "unblessed_extension"]
|
| },
|
| + "webViewRequest": {
|
| + "dependencies": ["permission:webview"],
|
| + "contexts": ["blessed_extension", "unblessed_extension"]
|
| + },
|
| "webviewTag": {
|
| "internal": true,
|
| "channel": "stable",
|
|
|