Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: extensions/common/api/_api_features.json

Issue 2353483002: Disable chrome.bluetoothLowEnergy on non linux platforms (Closed)
Patch Set: Address steel@ feedback Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"]
},
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698