Index: chrome/common/extensions/api/_manifest_features.json |
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json |
index d8d1c9ec6f585c6055a87455aadafa67fca00ff2..d482fe2c5ad604463de47dd9c86b4e82050ecb9c 100644 |
--- a/chrome/common/extensions/api/_manifest_features.json |
+++ b/chrome/common/extensions/api/_manifest_features.json |
@@ -72,9 +72,9 @@ |
"max_manifest_version": 1 |
}, |
"bluetooth": { |
- // Note: The "bluetooth" manifest permission is used by both |
- // chrome.bluetooth and chrome.bluetoothLowEnergy APIs. Split this property |
- // if the two APIs get released at different dates. |
+ // Note: The "bluetooth" manifest permission is used by the |
+ // chrome.bluetooth, chrome.bluetoothSocket and chrome.bluetoothLowEnergy |
+ // APIs. Split this property if the APIs get released at different dates. |
"channel": "dev", |
"extension_types": ["platform_app"] |
}, |