Index: device/bluetooth/bluetooth_device_chromeos.h |
diff --git a/device/bluetooth/bluetooth_device_chromeos.h b/device/bluetooth/bluetooth_device_chromeos.h |
index 824eadd39314c20e83267cf2caf39ed061214f64..32e8984a77ad1218698aefdbc6a03635951f6616 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.h |
+++ b/device/bluetooth/bluetooth_device_chromeos.h |
@@ -124,11 +124,6 @@ class BluetoothDeviceChromeOS |
const BluetoothDeviceClient::ServiceMap& service_map, |
bool success); |
- // Called by CollectServiceRecordsCallback() every time |service_records_| is |
- // updated. |OnServiceRecordsChanged| updates the derived properties that |
- // depend on |service_records_|. |
- void OnServiceRecordsChanged(void); |
- |
// Called by BluetoothProperty when the call to Set() for the Trusted |
// property completes. |success| indicates whether or not the request |
// succeeded. |