Index: chrome/common/extensions/api/bluetooth.idl |
diff --git a/chrome/common/extensions/api/bluetooth.idl b/chrome/common/extensions/api/bluetooth.idl |
index 3c200a51aefb2a35d1587cef83a638003995a830..f678f245d69ffb220194e27eddf249a5d8371ca1 100644 |
--- a/chrome/common/extensions/api/bluetooth.idl |
+++ b/chrome/common/extensions/api/bluetooth.idl |
@@ -32,11 +32,6 @@ namespace bluetooth { |
// Indicates whether or not the device is paired with the system. |
boolean paired; |
- // Indicates whether or not the device is bonded with the system. A device |
- // is bonded if it is paired and high-security link keys have been |
- // exchanged so that connections may be encrypted. |
- boolean bonded; |
- |
// Indicates whether the device is currently connected to the system. |
boolean connected; |
}; |
@@ -164,7 +159,7 @@ namespace bluetooth { |
static void getAdapterState(AdapterStateCallback callback); |
// Get a bluetooth devices known to the system. Known devices are either |
- // currently bonded, or have been bonded in the past. |
+ // currently paired, or have been paired in the past. |
// |options| : Controls which devices are returned and provides |
// |deviceCallback|, which is called for each matching device. |
// |callback| : Called when the search is completed. |