Chromium Code Reviews| Index: Source/modules/bluetooth/Bluetooth.idl |
| diff --git a/Source/modules/bluetooth/Bluetooth.idl b/Source/modules/bluetooth/Bluetooth.idl |
| index 405a21506ab04c9af5a4ef5668fb1548d2b8dcc0..b3eae80cd96702afe523b0f56b403c35dcb6bf5c 100644 |
| --- a/Source/modules/bluetooth/Bluetooth.idl |
| +++ b/Source/modules/bluetooth/Bluetooth.idl |
| @@ -10,7 +10,6 @@ |
| RuntimeEnabled=WebBluetooth, |
| ] interface Bluetooth { |
| [CallWith=ScriptState] Promise<BluetoothDevice> requestDevice ( |
| - // Implement requestDevice: http://crbug.com/420284 |
| - // RequestDeviceOptions options |
| + RequestDeviceOptions options |
| ); |
| }; |