| Index: content/common/bluetooth/bluetooth_messages.h
|
| diff --git a/content/common/bluetooth/bluetooth_messages.h b/content/common/bluetooth/bluetooth_messages.h
|
| index e692e2843e3a2bef04dadbfadd586ca7661f6abc..edd6d3624f348a635e15f02c3838a78d1cd26c5a 100644
|
| --- a/content/common/bluetooth/bluetooth_messages.h
|
| +++ b/content/common/bluetooth/bluetooth_messages.h
|
| @@ -181,18 +181,6 @@ IPC_MESSAGE_CONTROL3(BluetoothMsg_GetCharacteristicsError,
|
| int /* request_id */,
|
| blink::WebBluetoothError /* result */)
|
|
|
| -// Informs the renderer that the value has been read.
|
| -IPC_MESSAGE_CONTROL3(BluetoothMsg_ReadCharacteristicValueSuccess,
|
| - int /* thread_id */,
|
| - int /* request_id */,
|
| - std::vector<uint8_t> /* value */)
|
| -
|
| -// Informs the renderer that an error occurred while reading the value.
|
| -IPC_MESSAGE_CONTROL3(BluetoothMsg_ReadCharacteristicValueError,
|
| - int /* thread_id */,
|
| - int /* request_id */,
|
| - blink::WebBluetoothError /* result */)
|
| -
|
| // Messages sent from the renderer to the browser.
|
|
|
| // Requests a bluetooth device from the browser.
|
| @@ -239,10 +227,3 @@ IPC_MESSAGE_CONTROL5(BluetoothHostMsg_GetCharacteristics,
|
| int /* frame_routing_id */,
|
| std::string /* service_instance_id */,
|
| std::string /* characteristics_uuid */)
|
| -
|
| -// Reads the characteristics value from a bluetooth device.
|
| -IPC_MESSAGE_CONTROL4(BluetoothHostMsg_ReadValue,
|
| - int /* thread_id */,
|
| - int /* request_id */,
|
| - int /* frame_routing_id */,
|
| - std::string /* characteristic_instance_id */)
|
|
|