| Index: public/platform/WebBluetoothDevice.h
|
| diff --git a/public/platform/WebBluetoothDevice.h b/public/platform/WebBluetoothDevice.h
|
| index 4015386fa025c353bf4b75b3e698584e918478e3..adbff14bb72d6f8e614d8abcfee746ff90289405 100644
|
| --- a/public/platform/WebBluetoothDevice.h
|
| +++ b/public/platform/WebBluetoothDevice.h
|
| @@ -18,20 +18,6 @@ struct WebBluetoothDevice {
|
| USB
|
| };
|
|
|
| - // FIXME: Remove after crrev.com/885723002 lands.
|
| - WebBluetoothDevice(const WebString& instanceID)
|
| - : instanceID(instanceID)
|
| - , deviceClass(0)
|
| - , vendorIDSource(VendorIDSource::Unknown)
|
| - , vendorID(0)
|
| - , productID(0)
|
| - , productVersion(0)
|
| - , paired(false)
|
| - , connected(false)
|
| - , uuids()
|
| - {
|
| - }
|
| -
|
| WebBluetoothDevice(const WebString& instanceID,
|
| const WebString& name,
|
| int32_t deviceClass,
|
|
|