Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1260)

Unified Diff: Source/modules/bluetooth/Bluetooth.idl

Issue 1182973002: Implement the Blink side of RequestDeviceOptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Prepare readValue.html for a mock data change Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
);
};

Powered by Google App Engine
This is Rietveld 408576698