Chromium Code Reviews| 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..b5c0247e8f9396bc5f2fbb8cf4dab905bda74e17 100644 |
| --- a/extensions/common/api/_api_features.json |
| +++ b/extensions/common/api/_api_features.json |
| @@ -92,7 +92,8 @@ |
| }], |
| "bluetoothLowEnergy": { |
| "dependencies": ["manifest:bluetooth"], |
| - "contexts": ["blessed_extension"] |
| + "contexts": ["blessed_extension"], |
| + "platforms": ["chromeos", "linux"] |
| }, |
| "bluetoothLowEnergy.createService": { |
|
Devlin
2016/09/20 21:42:02
Can we get rid of all these child features, since
|
| "dependencies": ["manifest:bluetooth"], |