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