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