| 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
|
|
|