Index: chrome/browser/chromeos/bluetooth/bluetooth_device.cc |
diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_device.cc b/chrome/browser/chromeos/bluetooth/bluetooth_device.cc |
index 4bf458f95524bc9aedf1c48553cab78d05268aec..f546c0e966b20e57cef98348de1eb8f4947341b3 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_device.cc |
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_device.cc |
@@ -512,12 +512,6 @@ void BluetoothDevice::ConnectToMatchingService( |
void BluetoothDevice::ConnectToService(const std::string& service_uuid, |
SocketCallback callback) { |
- // quick sanity check |
- if (!ProvidesServiceWithUUID(service_uuid)) { |
- callback.Run(NULL); |
- return; |
- } |
- |
DBusThreadManager::Get()->GetBluetoothDeviceClient()-> |
DiscoverServices( |
object_path_, |