| Index: extensions/common/api/_api_features.json
|
| diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
|
| index 7500dfca328c0743fe6daef29f912f0a1c928e0a..85b2f045ac9296f975fa988e96fe5266b34e4c3f 100644
|
| --- a/extensions/common/api/_api_features.json
|
| +++ b/extensions/common/api/_api_features.json
|
| @@ -77,9 +77,12 @@
|
| "contexts": ["blessed_extension"],
|
| "dependencies": ["permission:appview"]
|
| },
|
| + // Note that exposing this doesn't necessarily expose AppView,
|
| + // appViewEmbedderInternal is required for that.
|
| + // See http://crbug.com/437891.
|
| "appViewGuestInternal": {
|
| "internal": true,
|
| - "channel": "dev",
|
| + "channel": "stable",
|
| "contexts": ["blessed_extension"]
|
| },
|
| "bluetooth": {
|
|
|