Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1141)

Unified Diff: public/platform/modules/bluetooth/WebBluetoothGATTCharacteristic.h

Issue 1146163005: bluetooth: Blink-side implementation of getCharacteristic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-characteristic-interface
Patch Set: getCharacteristic Blink-Side Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« Source/modules/bluetooth/BluetoothGATTService.idl ('K') | « Source/modules/modules.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698