| Index: content/common/bluetooth/bluetooth_messages.h
|
| diff --git a/content/common/bluetooth/bluetooth_messages.h b/content/common/bluetooth/bluetooth_messages.h
|
| index 52255700290fa2474b30b58df50780dc2c6457d0..32f2bb99c87cec6b5acd32794ef4808b035b763f 100644
|
| --- a/content/common/bluetooth/bluetooth_messages.h
|
| +++ b/content/common/bluetooth/bluetooth_messages.h
|
| @@ -179,9 +179,10 @@ IPC_MESSAGE_CONTROL3(BluetoothMsg_ReadCharacteristicValueError,
|
|
|
| // Informs the renderer that the value has been successfully written to
|
| // the characteristic.
|
| -IPC_MESSAGE_CONTROL2(BluetoothMsg_WriteCharacteristicValueSuccess,
|
| +IPC_MESSAGE_CONTROL3(BluetoothMsg_WriteCharacteristicValueSuccess,
|
| int /* thread_id */,
|
| - int /* request_id */)
|
| + int /* request_id */,
|
| + std::vector<uint8_t> /* value */)
|
|
|
| // Informs the renderer that an error occurred while writing a value to a
|
| // characteristic.
|
|
|