| 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 4ab66016ae31414300884f285b680130471e2f8c..3fa57d9be0caff69a23e83d99d454e4ddace4286 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -59,8 +59,8 @@
|
| },
|
| "appViewInternal": {
|
| "internal": true,
|
| - "channel": "dev",
|
| - "contexts": ["blessed_extension"]
|
| + "contexts": ["blessed_extension"],
|
| + "dependencies": ["permission:appview"]
|
| },
|
| "app.window": {
|
| "channel": "stable",
|
|
|