Index: extensions/common/api/bluetooth.idl |
diff --git a/extensions/common/api/bluetooth.idl b/extensions/common/api/bluetooth.idl |
index 98908f06b7a0badf0c15553c313cc13dd3cb3a79..72a2c270616df63bbd87a0e42e433a93a8d200a1 100644 |
--- a/extensions/common/api/bluetooth.idl |
+++ b/extensions/common/api/bluetooth.idl |
@@ -35,7 +35,8 @@ namespace bluetooth { |
// |adapterInfo| : Object containing the adapter information. |
callback AdapterStateCallback = void(AdapterState adapterInfo); |
- // Information about the state of a known Bluetooth device. |
+ // Information about the state of a known Bluetooth device. Note: this same |
+ // dictionary is also defined in bluetooth_private.idl |
Devlin
2015/10/15 06:26:42
Is it? It shouldn't be. Cross-references should
stevenjb
2015/10/15 20:48:05
WHoops, forgot to change the subject once I got th
|
dictionary Device { |
// The address of the device, in the format 'XX:XX:XX:XX:XX:XX'. |
DOMString address; |