| 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 731b4f21ec1b1bcc138ae9411c91f825e4b7e53f..647d7acc70429c1bf5ef2ae8273222b85dc186ed 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -119,6 +119,10 @@
|
| "dependencies": ["permission:bluetoothPrivate"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "bluetoothSocket": {
|
| + "dependencies": ["manifest:bluetooth"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "bookmarkManagerPrivate": {
|
| "dependencies": ["permission:bookmarkManagerPrivate"],
|
| "contexts": ["blessed_extension"]
|
|
|