| Index: extensions/common/api/_api_features.json
|
| diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
|
| index 9b060a8313a2472463413bab6cccebcb23a48dc4..e2412b7f78bc253966a3459cbfc450242105f623 100644
|
| --- a/extensions/common/api/_api_features.json
|
| +++ b/extensions/common/api/_api_features.json
|
| @@ -92,35 +92,6 @@
|
| }],
|
| "bluetoothLowEnergy": {
|
| "dependencies": ["manifest:bluetooth"],
|
| - "contexts": ["blessed_extension"]
|
| - },
|
| - "bluetoothLowEnergy.createService": {
|
| - "dependencies": ["manifest:bluetooth"],
|
| - "contexts": ["blessed_extension"],
|
| - "platforms": ["chromeos", "linux"]
|
| - },
|
| - "bluetoothLowEnergy.createCharacteristic": {
|
| - "dependencies": ["manifest:bluetooth"],
|
| - "contexts": ["blessed_extension"],
|
| - "platforms": ["chromeos", "linux"]
|
| - },
|
| - "bluetoothLowEnergy.createDescriptor": {
|
| - "dependencies": ["manifest:bluetooth"],
|
| - "contexts": ["blessed_extension"],
|
| - "platforms": ["chromeos", "linux"]
|
| - },
|
| - "bluetoothLowEnergy.registerService": {
|
| - "dependencies": ["manifest:bluetooth"],
|
| - "contexts": ["blessed_extension"],
|
| - "platforms": ["chromeos", "linux"]
|
| - },
|
| - "bluetoothLowEnergy.unregisterService": {
|
| - "dependencies": ["manifest:bluetooth"],
|
| - "contexts": ["blessed_extension"],
|
| - "platforms": ["chromeos", "linux"]
|
| - },
|
| - "bluetoothLowEnergy.sendRequestResponse": {
|
| - "dependencies": ["manifest:bluetooth"],
|
| "contexts": ["blessed_extension"],
|
| "platforms": ["chromeos", "linux"]
|
| },
|
|
|