Index: third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl |
diff --git a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl |
index 405533878f14d72ff9d15643b0db5d2709249ce1..88f0d2ef3e2b56e26cfbdcfcdd49fbae4cf26263 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl |
+++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl |
@@ -8,8 +8,7 @@ |
GarbageCollected, |
NoInterfaceObject, |
RuntimeEnabled=WebBluetooth, |
- // TODO(https://crbug.com/584113) Enable Web Bluetooth Experiment. |
- // OriginTrialEnabled=WebBluetooth, |
+ OriginTrialEnabled=WebBluetooth, |
] interface Bluetooth { |
[CallWith=ScriptState, RaisesException] Promise<BluetoothDevice> requestDevice ( |
RequestDeviceOptions options |