Index: extensions/common/api/bluetooth.idl |
diff --git a/extensions/common/api/bluetooth.idl b/extensions/common/api/bluetooth.idl |
index 98908f06b7a0badf0c15553c313cc13dd3cb3a79..134c04745e2763876d6ac4ef28e0640505db9b32 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 |
+ // dictionary is also used in bluetooth_private.idl |
dictionary Device { |
// The address of the device, in the format 'XX:XX:XX:XX:XX:XX'. |
DOMString address; |