| Index: public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
|
| diff --git a/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h b/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
|
| index d7e7c5683ba6c76ec42c7cdcd36cd478c09acb0d..0bd0923ebbf2bfd0245acfc827c579870530f0c9 100644
|
| --- a/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
|
| +++ b/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
|
| @@ -26,6 +26,7 @@ struct WebBluetoothGATTCharacteristic {
|
| const WebString serviceInstanceID;
|
| const WebString uuid;
|
| // TODO(ortuno): Add 'properties' once CharacteristicProperties is implemented.
|
| + // https://crbug.com/483345
|
| // const WebCharacteristicProperties properties;
|
| const WebArrayBuffer value;
|
| };
|
|
|