| 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 317c43e02c37ff8fe8fd32119769f780ec44d7aa..a1798b8bba4953588315b1a4c9d89c133f46a932 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| @@ -53,7 +53,6 @@ class BluetoothDevice final : public EventTargetWithInlineData,
|
|
|
| BluetoothRemoteGATTCharacteristic* getOrCreateRemoteGATTCharacteristic(
|
| ExecutionContext*,
|
| - const String& serviceInstanceId,
|
| mojom::blink::WebBluetoothRemoteGATTCharacteristicPtr,
|
| BluetoothRemoteGATTService*);
|
| bool isValidCharacteristic(const String& characteristicInstanceId);
|
|
|