| Index: content/browser/bluetooth/bluetooth_device_chooser_controller.h
|
| diff --git a/content/browser/bluetooth/bluetooth_device_chooser_controller.h b/content/browser/bluetooth/bluetooth_device_chooser_controller.h
|
| index 5d81fd25f477486c10fdea9ae2efa3ffbef3b70d..037590054699f742c65498a528d14a6510c60206 100644
|
| --- a/content/browser/bluetooth/bluetooth_device_chooser_controller.h
|
| +++ b/content/browser/bluetooth/bluetooth_device_chooser_controller.h
|
| @@ -83,8 +83,8 @@ class CONTENT_EXPORT BluetoothDeviceChooserController final {
|
| static void SetTestScanDurationForTesting();
|
|
|
| private:
|
| - // Populates the chooser with the devices that are already in the adapter.
|
| - void PopulateFoundDevices();
|
| + // Populates the chooser with the GATT connected devices.
|
| + void PopulateConnectedDevices();
|
|
|
| // Notifies the chooser that discovery is starting and starts a discovery
|
| // session.
|
|
|