| 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 f7c98539ba711ee80371cce83161b674bd3c13d6..31fccc707a42ecbc859a9b19dc3babd56bfe37e4 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -281,6 +281,10 @@
|
| "channel": "stable",
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "easyUnlockPrivate": {
|
| + "dependencies": ["permission:easyUnlockPrivate"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "echoPrivate": {
|
| "dependencies": ["permission:echoPrivate"],
|
| "contexts": ["blessed_extension"]
|
|
|