Index: chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc |
index 4bed9b8d2d3089d3ca0c3cdaf022c3f2562e464e..8096714ad0d187cdaf97316d88cbc9f366f3479e 100644 |
--- a/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc |
@@ -408,7 +408,6 @@ void BluetoothOptionsHandler::SendDeviceNotification( |
js_properties.SetString("name", device->GetName()); |
js_properties.SetString("address", device->address()); |
js_properties.SetBoolean("paired", device->IsPaired()); |
- js_properties.SetBoolean("bonded", device->IsBonded()); |
js_properties.SetBoolean("connected", device->IsConnected()); |
js_properties.SetBoolean("connectable", device->IsConnectable()); |
if (params) |