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

Unified Diff: public/platform/WebBluetoothDevice.h

Issue 876623003: bluetooth: New WebBluetoothDevice attributes plumbed to BluetoothDevice. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bt-1-
Patch Set: Created 5 years, 11 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
« no previous file with comments | « Source/modules/bluetooth/BluetoothDevice.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « Source/modules/bluetooth/BluetoothDevice.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698