| Index: content/common/bluetooth/bluetooth_messages.h
|
| diff --git a/content/common/bluetooth/bluetooth_messages.h b/content/common/bluetooth/bluetooth_messages.h
|
| index 88cbb5cb9c540ac99f3a813cc2440ebfa63326d5..9569c370f5372f1c3d305b109e2f65fafce8a817 100644
|
| --- a/content/common/bluetooth/bluetooth_messages.h
|
| +++ b/content/common/bluetooth/bluetooth_messages.h
|
| @@ -88,20 +88,11 @@
|
|
|
| #define IPC_MESSAGE_START BluetoothMsgStart
|
|
|
| -IPC_ENUM_TRAITS_MAX_VALUE(
|
| - device::BluetoothDevice::VendorIDSource,
|
| - device::BluetoothDevice::VendorIDSource::VENDOR_ID_MAX_VALUE)
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(content::BluetoothDevice)
|
| IPC_STRUCT_TRAITS_MEMBER(id)
|
| IPC_STRUCT_TRAITS_MEMBER(name)
|
| IPC_STRUCT_TRAITS_MEMBER(tx_power)
|
| IPC_STRUCT_TRAITS_MEMBER(rssi)
|
| - IPC_STRUCT_TRAITS_MEMBER(device_class)
|
| - IPC_STRUCT_TRAITS_MEMBER(vendor_id_source)
|
| - IPC_STRUCT_TRAITS_MEMBER(vendor_id)
|
| - IPC_STRUCT_TRAITS_MEMBER(product_id)
|
| - IPC_STRUCT_TRAITS_MEMBER(product_version)
|
| IPC_STRUCT_TRAITS_MEMBER(uuids)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|