| 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 f218af12924c98f3114f22304fdc5c7eced81261..e08db6cecfd3461b5c727d4aee5c5d389c2f8e63 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"]
|
|
|