| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| index 219bb5141242a63936d014a8147f65cdadb36f92..9d7619934ab070d724036cd162780a21296a210a 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| @@ -6,11 +6,6 @@
|
|
|
| // Implement BluetoothDevice interface: http://crbug.com/421668
|
|
|
| -enum VendorIDSource {
|
| - "bluetooth",
|
| - "usb"
|
| -};
|
| -
|
| [
|
| DependentLifetime,
|
| OriginTrialEnabled=WebBluetooth,
|
| @@ -23,11 +18,6 @@ enum VendorIDSource {
|
| readonly attribute DOMString id;
|
| readonly attribute DOMString? name;
|
| readonly attribute BluetoothAdvertisingData adData;
|
| - readonly attribute unsigned long? deviceClass;
|
| - readonly attribute VendorIDSource? vendorIDSource;
|
| - readonly attribute unsigned long? vendorID;
|
| - readonly attribute unsigned long? productID;
|
| - readonly attribute unsigned long? productVersion;
|
| readonly attribute BluetoothRemoteGATTServer gatt;
|
| readonly attribute UUID[] uuids;
|
| [CallWith=ScriptState, DeprecateAs=BluetoothDeviceConnectGATT] Promise<BluetoothRemoteGATTServer> connectGATT ();
|
|
|