| Index: content/common/bluetooth/bluetooth_messages.h
|
| diff --git a/content/common/bluetooth/bluetooth_messages.h b/content/common/bluetooth/bluetooth_messages.h
|
| index 30e4942bb2cff41a0088c19f1bcf425ac08f2b84..877b3ce7bd8e9ec4892c91f0d520234a11f4fb69 100644
|
| --- a/content/common/bluetooth/bluetooth_messages.h
|
| +++ b/content/common/bluetooth/bluetooth_messages.h
|
| @@ -147,10 +147,11 @@ IPC_MESSAGE_CONTROL3(BluetoothMsg_GetPrimaryServiceError,
|
| blink::WebBluetoothError /* result */)
|
|
|
| // Informs the renderer that characteristic request |request_id| succeeded.
|
| -IPC_MESSAGE_CONTROL3(BluetoothMsg_GetCharacteristicSuccess,
|
| +IPC_MESSAGE_CONTROL4(BluetoothMsg_GetCharacteristicSuccess,
|
| int /* thread_id */,
|
| int /* request_id */,
|
| - std::string /* characteristic_instance_id */)
|
| + std::string /* characteristic_instance_id */,
|
| + uint32 /* characteristic_properties */)
|
|
|
| // Informs the renderer that the characteristic request |request_id| failed.
|
| IPC_MESSAGE_CONTROL3(BluetoothMsg_GetCharacteristicError,
|
|
|