Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h |
index 2884d1f605b8996173f99ef441bd8add6deecda0..b3a8fcc94cf16efbcdd866a812a55562ebbfe580 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h |
@@ -56,6 +56,7 @@ class BluetoothRemoteGATTService final |
private: |
void GetCharacteristicsCallback( |
const String& serviceInstanceId, |
+ const String& requestedCharacteristicUUID, |
mojom::blink::WebBluetoothGATTQueryQuantity, |
ScriptPromiseResolver*, |
mojom::blink::WebBluetoothResult, |