| 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 d29892fbae555c81b5659b74e2306bec6dfca7be..5f4b08cc52aea51f0f6dc50136e67459af74c35c 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"]
|
|
|