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

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

Issue 2353483002: Disable chrome.bluetoothLowEnergy on non linux platforms (Closed)
Patch Set: 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 | « no previous file | 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..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"],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698