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