Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: content/common/bluetooth/bluetooth_messages.h

Issue 1926623002: bluetooth: Remove the device info and device class fields from BluetoothDevice. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698