| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
|
| index 0fb529c0e97c65d355eeee68705378d6ca6d35b1..65e55a25bb6362e64caf38a3ae7df7a85014ad30 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothAttributeInstanceMap.h
|
| @@ -30,8 +30,7 @@ class BluetoothAttributeInstanceMap final
|
| // Otherwise returns the BluetoothRemoteGATTService object already
|
| // in the map.
|
| BluetoothRemoteGATTService* getOrCreateRemoteGATTService(
|
| - const String& serviceInstanceId,
|
| - const String& uuid,
|
| + mojom::blink::WebBluetoothRemoteGATTServicePtr,
|
| bool isPrimary,
|
| const String& deviceInstanceId);
|
|
|
| @@ -45,10 +44,8 @@ class BluetoothAttributeInstanceMap final
|
| // the map.
|
| BluetoothRemoteGATTCharacteristic* getOrCreateRemoteGATTCharacteristic(
|
| ExecutionContext*,
|
| - const String& characteristicInstanceId,
|
| const String& serviceInstanceId,
|
| - const String& uuid,
|
| - uint32_t characteristicProperties,
|
| + mojom::blink::WebBluetoothRemoteGATTCharacteristicPtr,
|
| BluetoothRemoteGATTService*);
|
|
|
| // Returns true if a BluetoothRemoteGATTCharacteristic with
|
|
|