| 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 233d2ff112de6e84900d9cf94600af7873c0256b..c0c7a8126840c19d69794681eaedffd08daef911 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -699,6 +699,14 @@
|
| "extension_types": ["platform_app"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "quickUnlockPrivate": {
|
| + "channel": "stable",
|
| + "contexts": ["webui"],
|
| + "matches": [
|
| + "chrome://md-settings/*"
|
| + ],
|
| + "platforms": ["chromeos"]
|
| + },
|
| "resourcesPrivate": [{
|
| "dependencies": ["permission:resourcesPrivate"],
|
| "contexts": ["blessed_extension"]
|
|
|