| 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 b2d8792f0c4a5fd5ddccd1b9594b719793ec41df..30d8c15cc453e3cbe2e883397715717cf248bb62 100644
|
| --- a/content/browser/bluetooth/bluetooth_device_chooser_controller.cc
|
| +++ b/content/browser/bluetooth/bluetooth_device_chooser_controller.cc
|
| @@ -312,6 +312,7 @@ void BluetoothDeviceChooserController::GetDevice(
|
| if (!chooser_.get()) {
|
| PostErrorCallback(
|
| blink::mojom::WebBluetoothError::WEB_BLUETOOTH_NOT_SUPPORTED);
|
| + return;
|
| }
|
|
|
| if (!chooser_->CanAskForScanningPermission()) {
|
|
|