| 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 afe036e167bcb4f5cdf0c0a923e5bad53b2c7fbf..52cb2bb97023b4573dae8555e2452410065bff8f 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -57,6 +57,11 @@
|
| "http://*/*", "https://*/*", "chrome-extension://*/*", "file://*/*"
|
| ]
|
| },
|
| + "appViewInternal": {
|
| + "internal": true,
|
| + "channel": "stable",
|
| + "contexts": ["blessed_extension", "unblessed_extension"]
|
| + },
|
| "app.window": {
|
| "channel": "stable",
|
| "contexts": ["blessed_extension"],
|
|
|