Index: device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm |
diff --git a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm |
index 8a5eafe8d5a22d1864ac43538898697a115ff75e..765155c429f7017fc90f6f1a65f2956934839170 100644 |
--- a/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm |
+++ b/device/bluetooth/test/mock_bluetooth_cbperipheral_mac.mm |
@@ -83,7 +83,6 @@ using base::scoped_nsobject; |
if (_bluetoothTestMac) { |
_bluetoothTestMac->OnFakeBluetoothServiceDiscovery(); |
} |
- [_delegate peripheral:self.peripheral didDiscoverServices:nil]; |
} |
- (void)discoverCharacteristics:(NSArray*)characteristics |