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

Unified Diff: Source/modules/bluetooth/BluetoothInteraction.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
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTService.idl ('k') | Source/modules/bluetooth/BluetoothUUIDs.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/BluetoothInteraction.idl
diff --git a/Source/modules/bluetooth/BluetoothInteraction.idl b/Source/modules/bluetooth/BluetoothInteraction.idl
index 072e720082c5a72228bad9e9c974e02dfa0edfc3..d539754901ff719954c74e4a915e24845d22057c 100644
--- a/Source/modules/bluetooth/BluetoothInteraction.idl
+++ b/Source/modules/bluetooth/BluetoothInteraction.idl
@@ -9,7 +9,7 @@
[
GarbageCollected,
NoInterfaceObject,
- RuntimeEnabled=Bluetooth,
+ RuntimeEnabled=WebBluetooth,
] interface BluetoothInteraction {
readonly attribute BluetoothUUIDs uuids;
// Promise<BluetoothGATTService> getService(DOMString serviceInstanceID);
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTService.idl ('k') | Source/modules/bluetooth/BluetoothUUIDs.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698