| 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 eb3047dd09b12cc878a125c10a39381b9665665a..d03130d5abc651f400fa2fc7c39de25d9110dede 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -772,6 +772,9 @@
|
| },
|
| "webstorePrivate": {
|
| "dependencies": ["permission:webstorePrivate"],
|
| + // NOTE: even though this is only used by the webstore hosted app, which
|
| + // normally would mean blessed_web_page, component hosted apps are actually
|
| + // given the blessed_extension denomination. Confusing.
|
| "contexts": ["blessed_extension"]
|
| },
|
| "webViewInternal": [{
|
|
|