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

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

Issue 1136913002: bluetooth: Rename to WebBluetooth in preparation for new WebBluetooth flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move flag to test Created 5 years, 7 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/BluetoothDiscovery.idl
diff --git a/Source/modules/bluetooth/BluetoothDiscovery.idl b/Source/modules/bluetooth/BluetoothDiscovery.idl
index 8be973def340de6686ff00d5af3e3a27a814ddd9..bfdecf57f16a81a55a8bccb870400f2c6ca429e1 100644
--- a/Source/modules/bluetooth/BluetoothDiscovery.idl
+++ b/Source/modules/bluetooth/BluetoothDiscovery.idl
@@ -7,7 +7,7 @@
[
GarbageCollected,
NoInterfaceObject,
- RuntimeEnabled=Bluetooth,
+ RuntimeEnabled=WebBluetooth,
] interface BluetoothDiscovery {
[CallWith=ScriptState] Promise<BluetoothDevice> requestDevice (
// Implement requestDevice: http://crbug.com/420284
« no previous file with comments | « Source/modules/bluetooth/BluetoothDevice.idl ('k') | Source/modules/bluetooth/BluetoothGATTRemoteServer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698