Index: content/common/bluetooth/bluetooth_device.h |
diff --git a/content/common/bluetooth/bluetooth_device.h b/content/common/bluetooth/bluetooth_device.h |
index 064c4ab6b91c3cd45ad0dd960af4f2d5b4731b05..7350efc30d2110eb1f6ecd2c0fa5961bb74b78af 100644 |
--- a/content/common/bluetooth/bluetooth_device.h |
+++ b/content/common/bluetooth/bluetooth_device.h |
@@ -28,7 +28,6 @@ struct CONTENT_EXPORT BluetoothDevice { |
uint16_t vendor_id, |
uint16_t product_id, |
uint16_t product_version, |
- bool paired, |
const std::vector<std::string>& uuids); |
~BluetoothDevice(); |
@@ -51,7 +50,6 @@ struct CONTENT_EXPORT BluetoothDevice { |
uint16_t vendor_id; |
uint16_t product_id; |
uint16_t product_version; |
- bool paired; |
std::vector<std::string> uuids; // 128bit UUIDs with dashes. 36 chars. |
}; |