| Index: device/bluetooth/bluetooth_adapter_win.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc
|
| index 28d3dcc51bb6e3e11194f017fe7bb48bbfb4cb31..675b66c68c48aa25f38c8bc803eda348ff38badc 100644
|
| --- a/device/bluetooth/bluetooth_adapter_win.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_win.cc
|
| @@ -216,7 +216,6 @@ void BluetoothAdapterWin::DevicesDiscovered(
|
| if (device_iter->second->IsConnected() || device_iter->second->IsPaired()) {
|
| BluetoothDeviceWin* device_win =
|
| static_cast<BluetoothDeviceWin*>(device_iter->second);
|
| - device_win->SetVisible(false);
|
| FOR_EACH_OBSERVER(BluetoothAdapter::Observer, observers_,
|
| DeviceChanged(this, device_win));
|
| ++device_iter;
|
|
|