| Index: content/renderer/bluetooth/bluetooth_dispatcher.h
|
| diff --git a/content/renderer/bluetooth/bluetooth_dispatcher.h b/content/renderer/bluetooth/bluetooth_dispatcher.h
|
| index 6dbd5ea93578e43c1efcf631b4fed5f1906b64bf..dd4f9258dd5cecf53afaf29475b798a4ef20a407 100644
|
| --- a/content/renderer/bluetooth/bluetooth_dispatcher.h
|
| +++ b/content/renderer/bluetooth/bluetooth_dispatcher.h
|
| @@ -191,7 +191,9 @@ class BluetoothDispatcher : public WorkerThread::Observer {
|
| void OnReadValueError(int thread_id,
|
| int request_id,
|
| blink::WebBluetoothError error);
|
| - void OnWriteValueSuccess(int thread_id, int request_id);
|
| + void OnWriteValueSuccess(int thread_id,
|
| + int request_id,
|
| + const std::vector<uint8_t>& value);
|
| void OnWriteValueError(int thread_id,
|
| int request_id,
|
| blink::WebBluetoothError error);
|
|
|