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