Index: content/browser/bluetooth/bluetooth_dispatcher_host.h |
diff --git a/content/browser/bluetooth/bluetooth_dispatcher_host.h b/content/browser/bluetooth/bluetooth_dispatcher_host.h |
index dfbf80a368ba17e093d67839ebf987a39f77ee9e..7a1756c198a1af8bdfe7e87f1dadedb6fbabcc24 100644 |
--- a/content/browser/bluetooth/bluetooth_dispatcher_host.h |
+++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h |
@@ -177,10 +177,6 @@ class CONTENT_EXPORT BluetoothDispatcherHost final |
int frame_routing_id, |
const std::string& service_instance_id, |
const std::string& characteristics_uuid); |
- void OnReadValue(int thread_id, |
- int request_id, |
- int frame_routing_id, |
- const std::string& characteristic_instance_id); |
// Callbacks for BluetoothDevice::OnRequestDevice. |
// If necessary, the adapter must be obtained before continuing to Impl. |
@@ -233,15 +229,6 @@ class CONTENT_EXPORT BluetoothDispatcherHost final |
int thread_id, |
int request_id); |
- // Callbacks for BluetoothGattCharacteristic::ReadRemoteCharacteristic. |
- void OnCharacteristicValueRead(int thread_id, |
- int request_id, |
- const std::vector<uint8_t>& value); |
- void OnCharacteristicReadValueError( |
- int thread_id, |
- int request_id, |
- device::BluetoothGattService::GattErrorCode); |
- |
// Functions to query the platform cache for the bluetooth object. |
// result.outcome == CacheQueryOutcome::SUCCESS if the object was found in the |
// cache. Otherwise result.outcome that can used to record the outcome and |