| 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 3a6cf63b4443a982a3bf59b03d891ce41eddcd46..42157c579f06396e8e3932623efc92b137ffa0f0 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -115,6 +115,10 @@
|
| "dependencies": ["permission:bluetoothPrivate"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "bluetoothSocket": {
|
| + "dependencies": ["manifest:bluetooth"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "bookmarkManagerPrivate": {
|
| "dependencies": ["permission:bookmarkManagerPrivate"],
|
| "contexts": ["blessed_extension"]
|
|
|