| 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 098f58939cb8d75208c199f7200657b340821957..537c634dbf1be65cbaec3d48153ebbe4de7a0f39 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -310,6 +310,14 @@
|
| "channel": "stable",
|
| "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
|
| },
|
| + "screenlockPrivate": {
|
| + "channel": "stable",
|
| + "platforms": ["chromeos"],
|
| + "dependencies": ["permission:screenlockPrivate"],
|
| + "extension_types": ["platform_app"],
|
| + "whitelist": ["begdogjjbmiahnbahpidlnbgpbjbpajl"],
|
| + "contexts": ["blessed_extension", "unblessed_extension"]
|
| + },
|
| "fileBrowserPrivate": {
|
| "platforms": ["chromeos"],
|
| "dependencies": ["permission:fileBrowserPrivate"],
|
|
|