| 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 731b4f21ec1b1bcc138ae9411c91f825e4b7e53f..697f7b4d9f00fa61aa563e6b2317757aeb2851b9 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -643,6 +643,12 @@
|
| "dependencies": ["permission:sessions"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + // TODO(jamescook): Move this to app_shell _api_features.json once that file
|
| + // exists.
|
| + "shell": {
|
| + "contexts": ["blessed_extension"],
|
| + "extension_types": ["platform_app"]
|
| + },
|
| "signedInDevices": {
|
| "dependencies": ["permission:signedInDevices"],
|
| "contexts": ["blessed_extension"]
|
|
|