| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| index f609ae37c23ab615f80cd0d20a82e6cd9d138c5d..7d5e1db74939c4458fad3010859dc7a78db52d43 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| @@ -73,11 +73,6 @@ public:
|
| String id() { return m_webDevice->id; }
|
| String name() { return m_webDevice->name; }
|
| BluetoothAdvertisingData* adData() { return m_adData; }
|
| - unsigned deviceClass(bool& isNull);
|
| - String vendorIDSource();
|
| - unsigned vendorID(bool& isNull);
|
| - unsigned productID(bool& isNull);
|
| - unsigned productVersion(bool& isNull);
|
| BluetoothRemoteGATTServer* gatt() { return m_gatt; }
|
| Vector<String> uuids();
|
| // TODO(ortuno): Remove connectGATT
|
|
|