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 e52157592501a5333248ee39b39041f1852835bd..e89d7e65c5d781bc715ed4465f76f7807e6c282d 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc |
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc |
@@ -35,7 +35,7 @@ BluetoothPairingDialog::BluetoothPairingDialog( |
: parent_window_(parent_window), |
webui_(nullptr) { |
device_data_.SetString("address", device->GetAddress()); |
- device_data_.SetString("name", device->GetName()); |
+ device_data_.SetString("name", device->GetNameForDisplay()); |
device_data_.SetBoolean("paired", device->IsPaired()); |
device_data_.SetBoolean("connected", device->IsConnected()); |
} |