| 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 d45271d0464dd192af4adc0c296d0de9bd7a957e..53291588e899b8b8cd46301f26c2074b46049c63 100644
|
| --- a/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| +++ b/content/browser/bluetooth/bluetooth_dispatcher_host.h
|
| @@ -182,7 +182,9 @@ class CONTENT_EXPORT BluetoothDispatcherHost final
|
| device::BluetoothGattService::GattErrorCode);
|
|
|
| // Callbacks for BluetoothGattCharacteristic::WriteRemoteCharacteristic.
|
| - void OnWriteValueSuccess(int thread_id, int request_id);
|
| + void OnWriteValueSuccess(int thread_id,
|
| + int request_id,
|
| + const std::vector<uint8_t>& value);
|
| void OnWriteValueFailed(int thread_id,
|
| int request_id,
|
| device::BluetoothGattService::GattErrorCode);
|
|
|