Chromium Code Reviews| 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..7866217e52f2d15f6e90125246dbcb9ab411525f 100644 |
| --- a/extensions/common/api/_api_features.json |
| +++ b/extensions/common/api/_api_features.json |
| @@ -77,9 +77,11 @@ |
| "contexts": ["blessed_extension"], |
| "dependencies": ["permission:appview"] |
| }, |
| + // Note that exposing this doesn't necessarily expose AppView, |
| + // appViewEmbedderInternal is required for that. |
|
not at google - send to devlin
2014/12/01 23:28:34
Reference the bug as to why you need it.
lazyboy
2014/12/01 23:57:55
Done.
|
| "appViewGuestInternal": { |
| "internal": true, |
| - "channel": "dev", |
| + "channel": "stable", |
| "contexts": ["blessed_extension"] |
| }, |
| "bluetooth": { |