| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.h
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.h
|
| index 0deda656eed5e05fba516dce430d64b059faa13e..cbc844f46d82bd92b8d947c9bce792ac0ec173d3 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.h
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothGATTCharacteristic.h
|
| @@ -48,7 +48,10 @@ public:
|
| static BluetoothGATTCharacteristic* take(ScriptPromiseResolver*, PassOwnPtr<WebBluetoothGATTCharacteristicInit>);
|
|
|
| // WebBluetoothGATTCharacteristic interface:
|
| - void dispatchCharacteristicValueChanged(const WebVector<uint8_t>& value) override;
|
| + void dispatchCharacteristicValueChanged(const WebVector<uint8_t>&) override;
|
| +
|
| + // Save value.
|
| + void setValue(const WebVector<uint8_t>&);
|
|
|
| // ActiveDOMObject interface.
|
| void stop() override;
|
|
|