Chromium Code Reviews| 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", |
|
Matt Perry
2013/11/12 21:26:30
you don't need this line - thedependency on the pe
benjhayden
2013/11/13 00:46:23
Done.
|
| + "platforms": ["chromeos"], |
| + "dependencies": ["permission:screenlockPrivate"], |
| + "extension_types": ["platform_app"], |
| + "whitelist": ["begdogjjbmiahnbahpidlnbgpbjbpajl"], |
|
Matt Perry
2013/11/12 21:26:30
ditto.
benjhayden
2013/11/13 00:46:23
Done.
|
| + "contexts": ["blessed_extension", "unblessed_extension"] |
| + }, |
| "fileBrowserPrivate": { |
| "platforms": ["chromeos"], |
| "dependencies": ["permission:fileBrowserPrivate"], |