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

Unified Diff: chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc

Issue 13416005: Bluetooth: clean up BluetoothDevice (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make GetServices return a copy of the list 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/chromeos/bluetooth/bluetooth_pairing_dialog.cc
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc
index c7270d00a545fc262570100efff8ca215e54d420..ec316d047112845cede7f511ce4b1f383f66baa8 100644
--- a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc
@@ -36,7 +36,6 @@ BluetoothPairingDialog::BluetoothPairingDialog(
device_data_.SetString("address", device->address());
device_data_.SetString("name", device->GetName());
device_data_.SetBoolean("paired", device->IsPaired());
- device_data_.SetBoolean("bonded", device->IsBonded());
device_data_.SetBoolean("connected", device->IsConnected());
}

Powered by Google App Engine
This is Rietveld 408576698