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

Unified Diff: chrome/browser/resources/options/chromeos/bluetooth_device_list.js

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/browser/resources/options/chromeos/bluetooth_device_list.js
diff --git a/chrome/browser/resources/options/chromeos/bluetooth_device_list.js b/chrome/browser/resources/options/chromeos/bluetooth_device_list.js
index c9ce653b5be59ef38b820d06442cfb7a84334385..f1e64921f135674341fe304bf8820908bffa2793 100644
--- a/chrome/browser/resources/options/chromeos/bluetooth_device_list.js
+++ b/chrome/browser/resources/options/chromeos/bluetooth_device_list.js
@@ -17,7 +17,6 @@ cr.define('options.system.bluetooth', function() {
* @param {{name: string,
* address: string,
* paired: boolean,
- * bonded: boolean,
* connected: boolean,
* pairing: string|undefined,
* passkey: number|undefined,
@@ -46,7 +45,6 @@ cr.define('options.system.bluetooth', function() {
* @type {{name: string,
* address: string,
* paired: boolean,
- * bonded: boolean,
* connected: boolean,
* pairing: string|undefined,
* passkey: number|undefined,
@@ -128,7 +126,6 @@ cr.define('options.system.bluetooth', function() {
* @param {{name: string,
* address: string,
* paired: boolean,
- * bonded: boolean,
* connected: boolean,
* pairing: string|undefined,
* passkey: number|undefined,

Powered by Google App Engine
This is Rietveld 408576698