| Index: device/bluetooth/bluetooth_task_manager_win.cc
|
| diff --git a/device/bluetooth/bluetooth_task_manager_win.cc b/device/bluetooth/bluetooth_task_manager_win.cc
|
| index 885265182a0dd98896391b7ff327fc4a920714c0..641a2644fc0af6dc695b081c2a60ee353bd8ca69 100644
|
| --- a/device/bluetooth/bluetooth_task_manager_win.cc
|
| +++ b/device/bluetooth/bluetooth_task_manager_win.cc
|
| @@ -66,7 +66,6 @@ void GetDeviceState(const BLUETOOTH_DEVICE_INFO& device_info,
|
| device_info.Address.rgBytes[1],
|
| device_info.Address.rgBytes[0]);
|
| state->bluetooth_class = device_info.ulClassofDevice;
|
| - state->visible = true;
|
| state->connected = !!device_info.fConnected;
|
| state->authenticated = !!device_info.fAuthenticated;
|
| }
|
|
|