Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.idl |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.idl |
index 16c2dd2c425644b486b9075a78441bdc5e6d805a..7f3d77ccdf64946505883b09ce042b5599a723ae 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.idl |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.idl |
@@ -10,8 +10,7 @@ |
GarbageCollected, |
DependentLifetime, |
RuntimeEnabled=WebBluetooth, |
- // TODO(https://crbug.com/584113) Enable Web Bluetooth Experiment. |
- // OriginTrialEnabled=WebBluetooth, |
+ OriginTrialEnabled=WebBluetooth, |
] interface BluetoothRemoteGATTCharacteristic : EventTarget {//: CharacteristicEventHandlers { |
// TODO(ortuno): Add test to make sure service matches the service |
// used to call getCharacteristic. |