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