diff options
| -rw-r--r-- | chrome/browser/chromeos/bluetooth/bluetooth_device.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_device.cc b/chrome/browser/chromeos/bluetooth/bluetooth_device.cc index e696d0d..aec96a3 100644 --- a/chrome/browser/chromeos/bluetooth/bluetooth_device.cc +++ b/chrome/browser/chromeos/bluetooth/bluetooth_device.cc @@ -487,7 +487,7 @@ void BluetoothDevice::ConnectToMatchingService( BluetoothSocket::CreateBluetoothSocket(service_record)); if (socket.get() != NULL) { callback.Run(socket); - break; + return; } } } |
