| 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 7cae3bac3bb129700e60175df237d89bc06276f5..61f97528bdbb3650cd276790730d9459bb28a053 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| @@ -50,15 +50,14 @@ class BluetoothDevice final : public EventTargetWithInlineData,
|
| static mojom::blink::WebBluetoothDeviceIdPtr createMojoDeviceId(
|
| const String& deviceId);
|
|
|
| - BluetoothRemoteGATTService* getOrCreateBluetoothRemoteGATTService(
|
| + BluetoothRemoteGATTService* getOrCreateRemoteGATTService(
|
| const String& serviceInstanceId,
|
| const String& uuid,
|
| bool isPrimary,
|
| const String& deviceInstanceId);
|
| bool isValidService(const String& serviceInstanceId);
|
|
|
| - BluetoothRemoteGATTCharacteristic*
|
| - getOrCreateBluetoothRemoteGATTCharacteristic(
|
| + BluetoothRemoteGATTCharacteristic* getOrCreateRemoteGATTCharacteristic(
|
| ExecutionContext*,
|
| const String& characteristicInstanceId,
|
| const String& serviceInstanceId,
|
|
|