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

Unified Diff: chrome/common/extensions/api/bluetooth.idl

Issue 13416005: Bluetooth: clean up BluetoothDevice (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More win visible fixes Created 7 years, 9 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
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.
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc ('k') | device/bluetooth/bluetooth_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698