| Index: third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
|
| index 9b058895742b2a324ccf7aae0ce93839d2759f45..2adaa45a38dae40ddcd784c041bed40256ed99d1 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
|
| @@ -56,11 +56,11 @@ class Bluetooth : public GarbageCollectedFinalized<Bluetooth>,
|
| void RemoteCharacteristicValueChanged(
|
| const WTF::String& characteristicInstanceId,
|
| const WTF::Vector<uint8_t>& value) override;
|
| - void GattServerDisconnected(mojom::blink::WebBluetoothDeviceIdPtr) override;
|
| + void GattServerDisconnected(const WTF::String& deviceId) override;
|
|
|
| - BluetoothDevice* getBluetoothDeviceRepresentingDevice(const String& id,
|
| - const String& name,
|
| - ScriptPromiseResolver*);
|
| + BluetoothDevice* getBluetoothDeviceRepresentingDevice(
|
| + mojom::blink::WebBluetoothDevicePtr,
|
| + ScriptPromiseResolver*);
|
|
|
| void RequestDeviceCallback(ScriptPromiseResolver*,
|
| mojom::blink::WebBluetoothResult,
|
|
|