| Index: third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| index 13ac4792572252409329f42646fe3b8f692624d8..3a10f7c7327b4d29ec1a2859c1a6be30b462746f 100644
|
| --- a/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| +++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl
|
| @@ -15,8 +15,7 @@ enum VendorIDSource {
|
| GarbageCollected,
|
| DependentLifetime,
|
| RuntimeEnabled=WebBluetooth,
|
| - // TODO(https://crbug.com/584113) Enable Web Bluetooth Experiment.
|
| - // OriginTrialEnabled=WebBluetooth,
|
| + OriginTrialEnabled=WebBluetooth,
|
| ] interface BluetoothDevice : EventTarget
|
| // Implement ServiceEventHandlers interface: http://crbug.com/421670
|
| // : ServiceEventHandlers
|
|
|