| 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 2adaa45a38dae40ddcd784c041bed40256ed99d1..9b39b7ab1528e3e629d36e7691946ad073206e4a 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
|
| @@ -38,9 +38,9 @@ class Bluetooth : public GarbageCollectedFinalized<Bluetooth>,
|
|
|
| mojom::blink::WebBluetoothService* service() { return m_service.get(); }
|
|
|
| - void addDevice(const String& deviceId, BluetoothDevice*);
|
| + void addToConnectedDevicesMap(const String& deviceId, BluetoothDevice*);
|
|
|
| - void removeDevice(const String& deviceId);
|
| + void removeFromConnectedDevicesMap(const String& deviceId);
|
|
|
| void registerCharacteristicObject(const String& characteristicInstanceId,
|
| BluetoothRemoteGATTCharacteristic*);
|
|
|