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

Unified Diff: third_party/WebKit/Source/modules/EventTargetModulesFactory.in

Issue 2466223002: Implement WebBluetooth getDescriptor[s] (Closed)
Patch Set: Ensure that we throw a kGattServerNotConnected error if getDescriptor[s] is called while not connec… Created 4 years, 1 month 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: third_party/WebKit/Source/modules/EventTargetModulesFactory.in
diff --git a/third_party/WebKit/Source/modules/EventTargetModulesFactory.in b/third_party/WebKit/Source/modules/EventTargetModulesFactory.in
index 5dab68123ccde7bd47ce7dce433f4ddb99b30129..e35c976a93b5561c44ed8e57cfa37f3a74c40125 100644
--- a/third_party/WebKit/Source/modules/EventTargetModulesFactory.in
+++ b/third_party/WebKit/Source/modules/EventTargetModulesFactory.in
@@ -4,6 +4,7 @@ suffix="Modules"
modules/battery/BatteryManager
modules/bluetooth/BluetoothDevice
modules/bluetooth/BluetoothRemoteGATTCharacteristic
+modules/bluetooth/BluetoothRemoteGATTDescriptor
modules/compositorworker/CompositorWorker
modules/compositorworker/CompositorWorkerGlobalScope
modules/encryptedmedia/MediaKeySession

Powered by Google App Engine
This is Rietveld 408576698