| 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 198895f57ee2aac2f817e1acb07609c5390296c6..11232269c55560d5d5519cd923c7b35c936fbb03 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -92,6 +92,10 @@
|
| "extension_types": ["extension"],
|
| "location": "component"
|
| },
|
| + "brailleDisplayPrivate": {
|
| + "dependencies": ["permission:brailleDisplayPrivate"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "browserAction": {
|
| "dependencies": ["manifest:browser_action"],
|
| "contexts": ["blessed_extension"]
|
|
|