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

Unified Diff: modules/bluetooth/Bluetooth.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « modules/battery/testing/InternalsBattery.idl ('k') | modules/bluetooth/BluetoothAdvertisingData.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/bluetooth/Bluetooth.idl
diff --git a/modules/bluetooth/Bluetooth.idl b/modules/bluetooth/Bluetooth.idl
index 28cf3612ac7c76dd3c89015b5c4f66cf44c331da..405533878f14d72ff9d15643b0db5d2709249ce1 100644
--- a/modules/bluetooth/Bluetooth.idl
+++ b/modules/bluetooth/Bluetooth.idl
@@ -8,6 +8,8 @@
GarbageCollected,
NoInterfaceObject,
RuntimeEnabled=WebBluetooth,
+ // TODO(https://crbug.com/584113) Enable Web Bluetooth Experiment.
+ // OriginTrialEnabled=WebBluetooth,
] interface Bluetooth {
[CallWith=ScriptState, RaisesException] Promise<BluetoothDevice> requestDevice (
RequestDeviceOptions options
« no previous file with comments | « modules/battery/testing/InternalsBattery.idl ('k') | modules/bluetooth/BluetoothAdvertisingData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698