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

Unified Diff: Source/modules/bluetooth/BluetoothDevice.idl

Issue 882223002: bluetooth: Add more attributes to WebBluetoothDevice. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@gclient
Patch Set: addressed comment Created 5 years, 11 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
« no previous file with comments | « Source/modules/bluetooth/BluetoothDevice.cpp ('k') | public/platform/WebBluetoothDevice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/BluetoothDevice.idl
diff --git a/Source/modules/bluetooth/BluetoothDevice.idl b/Source/modules/bluetooth/BluetoothDevice.idl
index 6f2707a655116733f1c8757ef720e2cf1e6f1cfb..338e7c9f17a037889aa908a81024eaa768b07e28 100644
--- a/Source/modules/bluetooth/BluetoothDevice.idl
+++ b/Source/modules/bluetooth/BluetoothDevice.idl
@@ -5,7 +5,7 @@
// https://webbluetoothcg.github.io/web-bluetooth/#idl-def-BluetoothDevice
// Implement BluetoothDevice interface: http://crbug.com/421668
-// enum VendorIdSource {
+// enum VendorIDSource {
// "bluetooth",
// "usb"
// };
@@ -19,12 +19,12 @@
// : ServiceEventHandlers
{
// Implement BluetoothDevice interface: http://crbug.com/421668
- readonly attribute DOMString instanceId;
+ readonly attribute DOMString instanceID;
// readonly attribute DOMString? name;
// readonly attribute long? deviceClass;
-// readonly attribute VendorIdSource? vendorIdSource;
-// readonly attribute long? vendorId;
-// readonly attribute long? productId;
+// readonly attribute VendorIDSource? vendorIDSource;
+// readonly attribute long? vendorID;
+// readonly attribute long? productID;
// readonly attribute long? productVersion;
// readonly attribute boolean? paired;
// readonly attribute boolean? connected;
« no previous file with comments | « Source/modules/bluetooth/BluetoothDevice.cpp ('k') | public/platform/WebBluetoothDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698