| Index: public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
|
| diff --git a/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h b/public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h
|
| index 3cc66fc29ee6105237c428df611efe9e94563a84..6ce3d9797d916ac700cf2986ed6a25aab1417b15 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;
|
| };
|
|
|