| 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 eb3fd7196588f1a1253ea9c2b3dd389079426b76..9d085bce3825fefa469d854dd2ed0abacbcf1dce 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.h
|
| @@ -57,6 +57,7 @@ class BluetoothDevice final : public EventTargetWithInlineData,
|
| ExecutionContext*,
|
| std::unique_ptr<WebBluetoothRemoteGATTCharacteristicInit>,
|
| BluetoothRemoteGATTService*);
|
| + bool isValidCharacteristic(const String& characteristicInstanceId);
|
|
|
| // We should disconnect from the device in all of the following cases:
|
| // 1. When the object gets GarbageCollected e.g. it went out of scope.
|
|
|