| Index: content/browser/bluetooth/bluetooth_device_chooser_controller.cc
|
| diff --git a/content/browser/bluetooth/bluetooth_device_chooser_controller.cc b/content/browser/bluetooth/bluetooth_device_chooser_controller.cc
|
| index 5c35cc3619b7178d8b40f63f28d9aea9f7b930a2..ed7de7450660e1c8274f95f1913cb45bcefe5357 100644
|
| --- a/content/browser/bluetooth/bluetooth_device_chooser_controller.cc
|
| +++ b/content/browser/bluetooth/bluetooth_device_chooser_controller.cc
|
| @@ -491,6 +491,7 @@ void BluetoothDeviceChooserController::SetTestScanDurationForTesting() {
|
| }
|
|
|
| void BluetoothDeviceChooserController::PopulateConnectedDevices() {
|
| + // TODO(crbug.com/728897): Use RetrieveGattConnectedDevices once implemented.
|
| for (const device::BluetoothDevice* device : adapter_->GetDevices()) {
|
| if (device->IsGattConnected()) {
|
| AddFilteredDevice(*device);
|
|
|