| 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 43cde5436da75887cf5f560f3cff9d0231bab5c1..671a43cee5ea5294efec4373b24a0ae022ba9a7b 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -211,7 +211,8 @@
|
| "contexts": ["blessed_extension"]
|
| },
|
| "cryptotokenPrivate": {
|
| - "dependencies": ["permission:cryptotokenPrivate"]
|
| + "dependencies": ["permission:cryptotokenPrivate"],
|
| + "contexts": ["blessed_extension"]
|
| },
|
| "dataReductionProxy": {
|
| "dependencies": ["permission:dataReductionProxy"],
|
|
|