| 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 c2f64eccce41e2419b23ccd9152df47fd415573b..c56294bc184803c884ad539e9006b24362495e3e 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -613,7 +613,7 @@
|
| "webview": {
|
| "internal": true,
|
| "dependencies": ["permission:webview"],
|
| - "contexts": ["blessed_extension"]
|
| + "contexts": ["blessed_extension", "unblessed_extension"]
|
| },
|
| "windows": {
|
| "dependencies": ["api:tabs"],
|
|
|