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 d9db3ee693b2db537bc1710b2f14bff7c34b5a92..96f9bddd19b05c45bf26cf8b5cf6ffe1212fd753 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -294,6 +294,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"], |