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

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

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.h
diff --git a/Source/modules/bluetooth/Bluetooth.h b/Source/modules/bluetooth/Bluetooth.h
index 09ac5adc45be37fc9f0fcce18a4a7fb317e415e4..0386d3b81f2222965a469dbdc767ffb260e6e3bf 100644
--- a/Source/modules/bluetooth/Bluetooth.h
+++ b/Source/modules/bluetooth/Bluetooth.h
@@ -12,6 +12,7 @@
namespace blink {
class BluetoothUUIDs;
+class RequestDeviceOptions;
class ScriptPromise;
class ScriptState;
@@ -26,7 +27,7 @@ public:
}
// BluetoothDiscovery interface
- ScriptPromise requestDevice(ScriptState*);
+ ScriptPromise requestDevice(ScriptState*, const RequestDeviceOptions&);
DEFINE_INLINE_TRACE() { }

Powered by Google App Engine
This is Rietveld 408576698