| 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,
|
|
|